We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fa905 commit dc90d0eCopy full SHA for dc90d0e
pyproject.toml
@@ -1,8 +1,11 @@
1
[tool.poetry]
2
name = "coveragepy-lcov"
3
version = "0.1.0"
4
-description = ""
+description = "A simple .coverage to LCOV converter"
5
authors = ["Chay Choong <chaychoong@gmail.com>"]
6
+repository = "https://github.com/chaychoong/coveragepy-lcov"
7
+readme = "README.md"
8
+keywords = ["coverage"]
9
10
[tool.poetry.scripts]
11
coveragepy-lcov = "coveragepy_lcov.cli:main"
0 commit comments