Skip to content

Commit

Permalink
Add coverage output to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrwork committed Aug 29, 2024
1 parent 88eea84 commit 0c4018b
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: uv run mypy .

- name: Run unit tests
run: uv run pytest .
run: uv run pytest --cov=copyright2
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dev-dependencies = [
"mypy~=1.11.2",
"types-pyyaml~=6.0.12.20240808",
"ruff>=0.6.2",
"pytest-cov>=5.0.0",
]

[tool.isort]
Expand Down
79 changes: 79 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c4018b

Please sign in to comment.