Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update Codecov ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Jun 24, 2024
1 parent b5b0b5f commit a8870b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
python -m pip install pytest
python -m pip install pytest-cov
python -m pip install .[dev]
python -m pytest --cov=./ --cov-report=xml:pytest_cov.xml
python -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
fail_ci_if_error: true
files: ./coverage.xml,./pytest_cov.xml,!./cache
files: ./coverage.xml,!./cache
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a8870b7

Please sign in to comment.