Add some coverage settings to the main project file

This commit is contained in:
Veronica Berglyd Olsen
2024-11-08 17:34:06 +01:00
parent ea591fe707
commit 25297b8b0b
+6
View File
@@ -65,3 +65,9 @@ exclude = ["docs/*"]
[tool.autopep8]
max_line_length = 99
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
[tool.coverage.run]
branch = false
[tool.coverage.report]
precision = 2