Skip to content

Commit 42b3972

Browse files
authored
Merge pull request #146 from transientskp/append_coverage_files
Combine coverage of different test files into single file
2 parents f48f794 + 6853800 commit 42b3972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies = [
8080

8181
[tool.pytest.ini_options]
8282
testpaths = ["test"]
83-
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra"]
83+
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra", "--cov-append"]
8484

8585
[tool.black]
8686
include = '\.pyi?$'

0 commit comments

Comments
 (0)