We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9b44b commit f9fdd76Copy full SHA for f9fdd76
1 file changed
pyproject.toml
@@ -96,6 +96,10 @@ shell = "rm -r tests/output_* && cp -r ../python-betterproto2-compiler/tests/out
96
cmd = "pytest"
97
help = "Run tests"
98
99
+[tool.poe.tasks.test-cov]
100
+cmd = "pytest --cov=betterproto2 --cov-report=term --cov-report=html tests/"
101
+help = "Run tests with code coverage report"
102
+
103
[tool.poe.tasks.typecheck]
104
cmd = "pyright src"
105
help = "Typecheck the code with Pyright"
0 commit comments