-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add common module #135
Conversation
…instead of required
Codecov ReportAttention: Patch coverage is @@ Coverage Diff @@
## main #135 +/- ##
========================================
+ Coverage 3.08% 3.13% +0.05%
========================================
Files 182 183 +1
Lines 36799 38472 +1673
========================================
+ Hits 1134 1205 +71
- Misses 35601 37203 +1602
Partials 64 64
Flags with carried forward coverage won't be shown. Click here to find out more.
|
internal/common/service/term.go
Outdated
) | ||
|
||
func (s *TermService) GetTermList() (*jwch.SchoolCalendar, error) { | ||
return jwch.NewStudent().GetSchoolCalendar() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
仿照academic 加入对 jwch库的cookie错误的特殊处理
看来出现的新的冲突 |
我晚点解决一下 |
这只能本地手动 merge 一下 main 了 |
unit Test 测试过不了原因是errno那里错误信息从英文换成中文了,common这里的test我改过了,test能通过 |
55e5635
to
420f40b
Compare
…instead of required
Closes #68.
自查 PR 结构
PR 标题符合这个格式: <type>(optional scope): <description>
此 PR 标题的描述以用户为导向,足够清晰,其他人可以理解。
我已经对所有 commit 提供了签名(GPG 密钥签名、SSH 密钥签名)
这个 PR 属于强制变更/破坏性更改
这个 PR 的类型是什么?
这个 PR 做了什么 / 我们为什么需要这个 PR?
主要是对#68做一些补充
(可选)这个 PR 解决了哪个/些 issue?
对 Reviewer 预留的一些提醒