Skip to content

Commit 6853800

Browse files
committed
Combine coverage of different test files into single file
1 parent f48f794 commit 6853800

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)