disable no-ctracer in .coveragerc

This commit is contained in:
Thomas Waldmann 2025-06-12 17:02:20 +02:00
parent fef9bba1b4
commit 47664ed8cd
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -1,6 +1,6 @@
[run]
branch = True
disable_warnings = module-not-measured
disable_warnings = module-not-measured, no-ctracer
source = src/borg
omit =
*/borg/__init__.py