Skip to content

Commit

Permalink
tryin codecov again
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Feb 6, 2022
1 parent 554bfaa commit 5373c14
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ubuntu_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,3 @@ jobs:
pytest --cov=./ --cov-report=xml
- name: upload coverage report to codecov
uses: codecov/codecov-action@v2
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
path_to_write_report: ./coverage/codecov_report.txt
verbose: true

0 comments on commit 5373c14

Please sign in to comment.