Skip to content

Commit

Permalink
Merge pull request #85 from andreww/ci_report_coverage
Browse files Browse the repository at this point in the history
Have tests report coverage in CI
  • Loading branch information
andreww authored Apr 18, 2024
2 parents b8ecc22 + 608262e commit b279431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python3 -m pytest
python3 -m pytest --cov
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dependencies = ["requests-cache>=1.0", "PyYAML>=6.0"]

[project.optional-dependencies]
test = ["pytest", "numpy>=1.5.0", "pytest-subprocess==1.5.0"]
test = ["pytest", "numpy>=1.5.0", "pytest-subprocess==1.5.0", "pytest-cov"]

[project.urls]
Home = "https://github.com/GreenScheduler/cats"
Expand Down

0 comments on commit b279431

Please sign in to comment.