Skip to content

Commit

Permalink
fix: Update converage action (#10)
Browse files Browse the repository at this point in the history
* Update converage action

* no message

* no message
  • Loading branch information
fsbraun authored Apr 7, 2024
1 parent 7a56c94 commit 1b819bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Generate Report
run: |
pip install -r tests/requirements/${{ matrix.requirements-file }}
coverage run setup.py test
pip install -e .
coverage run ./run_tests.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 1b819bd

Please sign in to comment.