Skip to content

Commit

Permalink
Codecov correction #9
Browse files Browse the repository at this point in the history
  • Loading branch information
franberchez committed Nov 22, 2023
1 parent 4992802 commit aac437c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
python -m pip install --upgrade pip
pip install codecov
pip install pytest-cov
pip install coverage
pip install .
- name: Run tests
run: |
pytest --cov=dlordinal --cov-report=xml
pytest --cov=dlordinal --cov-report=xml:/github/workspace/coverage.xml
codecov:
needs: tests
Expand Down

0 comments on commit aac437c

Please sign in to comment.