Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Add coverage actions
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent 82d0ff0 commit 9291239
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ cov = [
"test-cov",
"cov-report",
]
cov-report-xml = [
"- coverage combine",
"coverage xml",
]
cov-ci = [
"test-cov",
"cov-report-xml",
]

[[tool.hatch.envs.all.matrix]]
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 9291239

Please sign in to comment.