diff options
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..5bf2bbe --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + range: 50..100 + round: up + precision: 2 + +ignore: + - "test/**/*.py" + - "setup.py"
\ No newline at end of file |
