Skip to content

Commit

Permalink
try again with v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Jun 21, 2024
1 parent 361d647 commit dff9569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ jobs:
pip install -e .
pytest tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./
flags: unittests
env_vars: OS,PYTHON
Expand Down

0 comments on commit dff9569

Please sign in to comment.