Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Attempted fix for codecov upload
  • Loading branch information
wrightky authored Jun 5, 2023
1 parent ad90178 commit 53e9f83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
env_vars: OS,PYTHON
files: ./coverage1.xml,./coverage2.xml,!./cache
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true

0 comments on commit 53e9f83

Please sign in to comment.