Skip to content

Commit

Permalink
Codecov correction #14
Browse files Browse the repository at this point in the history
  • Loading branch information
franberchez committed Nov 22, 2023
1 parent 7b83bd5 commit 928398a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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:/home/runner/work/dlordinal/dlordinal/coverage.xml
pytest --cov=dlordinal --cov-report=xml
codecov:
needs: tests
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
file: /home/runner/work/dlordinal/dlordinal/coverage.xml
# with:
# file: /home/runner/work/dlordinal/dlordinal/coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 928398a

Please sign in to comment.