-
Notifications
You must be signed in to change notification settings - Fork 347
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
ci: add ci_coverage.yml, update README.md #80
Conversation
Signed-off-by: ethanhanjiahao <xidianhanjiahao@gmail.com>
Signed-off-by: ethanhanjiahao <xidianhanjiahao@gmail.com>
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.
LGTM
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.
Thanks for the PR @ethanhanjiahao, just one question on organization.
Signed-off-by: ethanhanjiahao <xidianhanjiahao@163.com>
Signed-off-by: ethanhanjiahao <xidianhanjiahao@163.com>
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.
LGTM, thanks !
nit: you could also reuse make test
with GO_TEST_EXTRA_ARGS=-coverprofile=coverage.xml -covermode=atomic make test
Codecov Report
@@ Coverage Diff @@
## main #80 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 1
Lines ? 5
Branches ? 0
========================================
Hits ? 5
Misses ? 0
Partials ? 0 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.
LGTM, agree with @arkodg's suggestion about reusing the make
target but not a big deal and we can update later if/when more flags/args are added. Thanks @ethanhanjiahao!
Note, I left #74 open until we add PR checks that enforce required code coverage #'s. |
xref #63 |
Signed-off-by: ethanhanjiahao xidianhanjiahao@gmail.com
issue: #74