Skip to content

Commit

Permalink
Update pytest coverage command to specify source directory and add te…
Browse files Browse the repository at this point in the history
…rminal report.
  • Loading branch information
michaelaye committed Nov 27, 2024
1 parent 03465ca commit 4e773cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run tests
shell: bash -l {0}
run: |
pytest --cov=planetarypy --cov-report=xml
pytest --cov=src/planetarypy --cov-report=xml --cov-report=term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4e773cd

Please sign in to comment.