Skip to content

Commit

Permalink
point pytest at the module and tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Aug 30, 2024
1 parent ea70382 commit 8b7b40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python -m pip install .

- name: Run tests
run: pytest --cov
run: pytest --cov=pydartdiags tests/

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 8b7b40c

Please sign in to comment.