Skip to content
Snippets Groups Projects
Commit e2e16501 authored by David Trattnig's avatar David Trattnig
Browse files

chore: increase min coverage

parent e9f2d8ed
No related branches found
No related tags found
1 merge request!20Preparations for ORM-less scheduling
Pipeline #3384 passed
...@@ -60,7 +60,7 @@ source = ["src"] ...@@ -60,7 +60,7 @@ source = ["src"]
omit = ["types.py"] omit = ["types.py"]
[tool.coverage.report] [tool.coverage.report]
# TODO Increase after we have more test cases # TODO Increase after we have more test cases
fail_under = 25 fail_under = 35
exclude_lines = [ exclude_lines = [
"if __name__ == .__main__.:", "if __name__ == .__main__.:",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment