Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Oct 25, 2024
1 parent 42846c9 commit 97b5b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: Install dependencies
run: make install-test
- name: Generate coverage report
run: pytest --cov-report=xml
run: |
export $(<env.template)
pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 97b5b62

Please sign in to comment.