Skip to content

Commit

Permalink
update coverage module
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 25, 2023
1 parent e738961 commit 97b15d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
mamba list
- name: Run unit tests
run: |
python -m pytest --cov=simple_ortho --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 5
run: |
python -m pytest --cov=simple_ortho --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
python -m pytest --cov=orthority --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 97b15d3

Please sign in to comment.