Skip to content

Commit

Permalink
Revert "temporarily disable codecov workflow until tests are more com…
Browse files Browse the repository at this point in the history
…prehensive"

This reverts commit 8bef208.
  • Loading branch information
BobDotCom committed May 11, 2022
1 parent 8bef208 commit 5a6ba3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/python-app.yml
Expand Up @@ -36,13 +36,13 @@ jobs:
run: |
coverage run -m pytest
coverage xml
# - name: Upload code coverage to codecov.io
# uses: codecov/codecov-action@v2
# with:
# # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# env_vars: OS,PYTHON
# files: ./coverage.xml
# flags: pytest # optional
# name: codecov-umbrella # optional
# fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)
- name: Upload code coverage to codecov.io
uses: codecov/codecov-action@v2
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
env_vars: OS,PYTHON
files: ./coverage.xml
flags: pytest # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 5a6ba3f

Please sign in to comment.