Skip to content

Commit

Permalink
Codecov correction #10
Browse files Browse the repository at this point in the history
  • Loading branch information
franberchez committed Nov 22, 2023
1 parent aac437c commit 5987bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: |
pytest --cov=dlordinal --cov-report=xml:/github/workspace/coverage.xml
pytest --cov=dlordinal --cov-report=xml:./coverage.xml
codecov:
needs: tests
Expand All @@ -40,5 +40,7 @@ jobs:
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5987bab

Please sign in to comment.