Skip to content

Commit

Permalink
ci: explicitly specify src/ as coverage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Nov 28, 2024
1 parent 642f6dd commit fa8b5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Coverage Report
name: coverage_reports
include-hidden-files: true
path: |
.coverage
coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test format clean serve_docs
test:
python3 -m pytest --cov-report xml --cov=.
python3 -m pytest --cov-report xml --cov=src

format:
python3 -m ruff check --select I --fix
Expand Down

0 comments on commit fa8b5eb

Please sign in to comment.