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

test: add code coverage badge #97

Merged
merged 13 commits into from
Dec 23, 2020
Merged

test: add code coverage badge #97

merged 13 commits into from
Dec 23, 2020

Conversation

oboulant
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

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

Impacted file tree graph

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

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e9b17f...967dd7f. Read the comment docs.

# 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
Copy link
Owner

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 }}
Copy link
Owner

@deepcharles deepcharles Dec 22, 2020

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).

@oboulant oboulant merged commit a12b215 into master Dec 23, 2020
@oboulant oboulant deleted the test-coverage-badge branch December 23, 2020 13:50
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.

2 participants