Skip to content

Commit

Permalink
Fix code coverage not locating source code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 20, 2022
1 parent 60e2eb3 commit c822914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: python3 -m pip install ${{ steps.glob.outputs.paths }}[dev]

- name: Test with pytest
run: python3 -m pytest tests/ --cov=src/galois/ --cov-report=xml tests/
run: python3 -m pytest tests/ --cov=galois --cov-report=xml

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: python3 -m pip install --upgrade ${{ steps.glob.outputs.paths }}[dev]

- name: Test with pytest
run: python3 -m pytest tests/ --cov=src/galois/ --cov-report=xml tests/
run: python3 -m pytest tests/ --cov=galois --cov-report=xml

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit c822914

Please sign in to comment.