Skip to content

Commit

Permalink
remove coveragepy-lcov since it's natively supported by coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmxgti committed Dec 22, 2022
1 parent e0ddecd commit 05fa5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-r ./requirements.txt
black>=22.1.0
coverage<8.0.0 # See https://github.com/chaychoong/coveragepy-lcov/issues/5
coveragepy-lcov; python_version >= '3.8'
coverage>=7.0.0,<8.0.0
docutils
flake8>=5.0.0
flake8-black
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands =
skip_install = true
commands =
coverage report
coveragepy-lcov --relative_path
coverage lcov -o lcov.info

[gh-actions]
python =
Expand Down

0 comments on commit 05fa5d6

Please sign in to comment.