Skip to content
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

Merged
merged 3 commits into from
Jul 28, 2022
Merged

Conversation

junczhu
Copy link
Contributor

@junczhu junczhu commented Jul 26, 2022

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 junczhu@microsoft.com

Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@3dfa291). Click here to learn what that means.
The diff coverage is n/a.

@@           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

Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@priteshbandi priteshbandi left a 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)
Copy link
Contributor

@shizhMSFT shizhMSFT Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[![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)

Copy link
Contributor Author

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 <junczhu@microsoft.com>
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT shizhMSFT merged commit c435938 into notaryproject:main Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to codecov.io
4 participants