@@ -212,7 +212,7 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]]
[tool.coverage.run]
branch = true
disable_warnings = ["module-not-measured", "no-ctracer"]
-source = "src/borg"
+source = ["src/borg"]
omit = [
"*/borg/__init__.py",
"*/borg/__main__.py",
@@ -8,6 +8,7 @@ pkgconfig==1.5.5
tox==4.26.0
pytest==8.4.0
pytest-xdist==3.7.0
+coverage[toml]==7.9.1
pytest-cov==6.2.1
pytest-benchmark==5.1.0
Cython==3.1.2
@@ -8,6 +8,7 @@ pkgconfig
tox
pytest
pytest-xdist
+coverage[toml]
pytest-cov
pytest-benchmark
Cython