Skip to content

Commit

Permalink
fix: Remove deprecated annotate cov-report option (#120)
Browse files Browse the repository at this point in the history
* Running with pytest option

--cov-report=annotate

gives a message of

> The annotate command will be removed in a future version.
> Get in touch if you still use it
  • Loading branch information
matthewfeickert committed Feb 9, 2022
1 parent 9e7fba3 commit 2962fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ addopts = [
"--cov-report=term-missing",
"--cov-report=xml",
"--cov-report=html",
"--cov-report=annotate:coverage_annotate",
]
testpaths = "tests"

0 comments on commit 2962fad

Please sign in to comment.