Add coverage reporting to the test suite
- the nox session "test-coverage" triggers further nox sessions that run the test suite for all supported Python versions - the nox session "_test-coverage-run" runs the test suite for a particular Python version using the coverage tool - the nox session "_test-coverage-report" combines the individual coverage reports
This commit is contained in:
parent
01d270e39c
commit
6945cdef0a
4 changed files with 81 additions and 9 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -1048,4 +1048,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "3648b3426753e3e36e575d6b08fe8ab1b5f5443dcf2d1effaed5e921cdb40933"
|
||||
content-hash = "41aa1b0224786397f339cd01099c1a687cb57e16898426ef101fd66247d3bd5c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue