Skip to content

Commit

Permalink
fix GitHub Actions test runner coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Oct 10, 2023
1 parent 84611b8 commit 565efe1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test with pytest
working-directory: python/idsse_common
run: |
pytest ./test --cov=./idsse/common --cov-report=term --junitxml=./pytest.xml | tee ./coverage.txt
pytest ./test --cov=./idsse/common --cov-report=term --junitxml=./test/pytest.xml | tee ./test/coverage.txt
- name: Pytest coverage comment
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
50 changes: 0 additions & 50 deletions python/idsse_common/coverage.txt

This file was deleted.

1 change: 0 additions & 1 deletion python/idsse_common/pytest.xml

This file was deleted.

Loading

0 comments on commit 565efe1

Please sign in to comment.