-
Notifications
You must be signed in to change notification settings - Fork 29
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
Migrate to codecov.io #19
Conversation
Signed-off-by: Juncheng Zhu <[email protected]>
Signed-off-by: Juncheng Zhu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage ? 63.89%
=======================================
Files ? 23
Lines ? 1504
Branches ? 0
=======================================
Hits ? 961
Misses ? 414
Partials ? 129 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
LGTM
README.md
Outdated
@@ -1,2 +1,5 @@ | |||
# notation-core-go | |||
|
|||
[![codecov](https://codecov.io/gh/notatryproject/notation-core-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notatryproject/notation-core-go) |
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.
[![codecov](https://codecov.io/gh/notatryproject/notation-core-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notatryproject/notation-core-go) | |
[![codecov](https://codecov.io/gh/notaryproject/notation-core-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notaryproject/notation-core-go) |
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.
README updated
Signed-off-by: Juncheng Zhu <[email protected]>
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
Fix: #18
Codecov Migrate Steps:
add coverage percent at .codecov
add codecov-action at build.yml
add badge at README.md
update make test with go test at makefile
update .gitignore / rmv .cover/ .test/ add coverage.txt
del shell/test.sh
del origin upload coverage report from build.yml
Signed-off-by: Juncheng Zhu [email protected]