Skip to content

Commit

Permalink
Create code coverage when running pytest in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Mar 19, 2024
1 parent 06188c1 commit 701b9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
python -m pip install -e .[dev]
- name: Test with pytest
run: |
python -m pytest -v
python -m pytest --cov -v
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ doc = [
]
dev = [
'pytest>=7.0.1',
'pytest-cov>=4.1.0',
'pytest-timeout>=2.1.0',
'build>=0.7.0',
'pre-commit>=2.20.0',
Expand Down

0 comments on commit 701b9d4

Please sign in to comment.