Skip to content

Commit d7be9b7

Browse files
committed
Fix coverage settings
1 parent fc09de6 commit d7be9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ extend-exclude = '''
1212
'''
1313

1414
[tool.pytest.ini_options]
15-
addopts = "-v"
15+
addopts = "-v --cov=nlsgpkgloader --cov-report html --cov-report term"
1616
testpaths = "tests"
1717

1818
[tool.coverage.report]
19-
omit = "nlsgpkgloader/qgis_plugin_tools/*"
19+
omit = ["nlsgpkgloader/qgis_plugin_tools/*"]

0 commit comments

Comments
 (0)