Update .coveragerc to get 2 decimal places for coverage

This commit is contained in:
Julian Stirling 2025-08-04 12:59:34 +01:00
parent 1e89ef0ff7
commit bb6b8fe93f

View file

@ -3,3 +3,6 @@ concurrency = multiprocessing, thread
parallel = true
sigterm = true
relative_files = True
[report]
precision = 2