Skip to content

Commit

Permalink
ci: Fix coverage call
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 6, 2025
1 parent d4efb45 commit 5987496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
cache: pip
cache-dependency-path: pyproject.toml
- run: pip install .[test]
- run: coverage run --source=nightingale pytest -W error
- run: coverage run --source=nightingale -m pytest -W error
- uses: coverallsapp/github-action@v2

0 comments on commit 5987496

Please sign in to comment.