Skip to content

Commit

Permalink
☂️ Upload coverage report with codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jul 5, 2020
1 parent f41f799 commit 22317df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,4 @@ jobs:
pip install .
- name: Test with Pytest
run: pytest
- name: Upload coverage report
run: codecov
env:
# Note: pull requests from forks don't have access to secrets
# The codecov CLI degrades nicely when coming from the environment
# It causes an error if using the -t option
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v1

0 comments on commit 22317df

Please sign in to comment.