Skip to content

Commit 19f9ed3

Browse files
committed
Exclude cli entry point from coverage
1 parent f19ee56 commit 19f9ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ addopts = "--cov=my_lib --cov=client --cov-report=term-missing --cov-fail-under=
4747
[tool.coverage.run]
4848
omit = [
4949
"src/my_lib/config/project_properties.py",
50+
"src/my_lib/calc_cli.py",
5051
"client/client.py",
5152
"client/test_*.py",
5253
]

0 commit comments

Comments
 (0)