-
Notifications
You must be signed in to change notification settings - Fork 162
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
test: add code coverage badge #97
Conversation
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
========================================
Coverage ? 0.00%
========================================
Files ? 43
Lines ? 1186
Branches ? 0
========================================
Hits ? 0
Misses ? 1186
Partials ? 0 Continue to review full report at Codecov.
|
# This workflow will install Python dependencies, run tests, generate coverage report and upload it to codecov | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | ||
|
||
name: build |
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.
Change the name to something else (build
is taken already), e.g. "code-coverage"
|
||
- name: Upload to Codecov | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
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.
The CODECOV_TOKEN
is not required for public repo (see here).
No description provided.