-
Notifications
You must be signed in to change notification settings - Fork 50
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
Issue 90 unittest #95
Issue 90 unittest #95
Conversation
wip-github-action
Rename codecov to codecov.yml Update codecov.yml Update codecov.yml wip-github-action wip-github-action remove tests under internal package 从internal目录下移除测试项目,因为在此包里的单测运行时会依赖外部环境(model.init()方法导致); issue 90; 修改go ver为1.17 remove test.yml make a failed case Revert "make a failed case" This reverts commit 9f3a7dd. t#
Codecov Report
@@ Coverage Diff @@
## v1.5.0-feat-app-refactor #95 +/- ##
===========================================================
Coverage ? 42.23%
===========================================================
Files ? 4
Lines ? 161
Branches ? 0
===========================================================
Hits ? 68
Misses ? 91
Partials ? 2 Continue to review full report at Codecov.
|
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.
internal/core/notification/notify_test.go 是无效的test吗,为什么需要移除 @fanhousanbu
原因:#95 (comment) |
是否可以将model的init 独立为db的pkg, 将init 转为具体的函数调用 |
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.
见comments
|
Which changes (Bug/Feature):
Fixes #90 github action 集成单测
Special notes for reviewers: