12345678910111213141516171819202122232425262728293031323334 |
- [run]
- command_line = -m pytest
- omit =
-
- tests/*
-
- */pydolphinscheduler/examples/*
-
- */pydolphinscheduler/java_gateway.py
- [report]
- skip_covered = True
- show_missing = True
- precision = 2
- fail_under = 90
|