Add some coverage settings to the main project file
This commit is contained in:
@@ -65,3 +65,9 @@ exclude = ["docs/*"]
|
|||||||
[tool.autopep8]
|
[tool.autopep8]
|
||||||
max_line_length = 99
|
max_line_length = 99
|
||||||
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
|
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
|
||||||
|
|
||||||
|
[tool.coverage.run]
|
||||||
|
branch = false
|
||||||
|
|
||||||
|
[tool.coverage.report]
|
||||||
|
precision = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user