diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..8766e21 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,3 @@ +ignore: + - "**/test/*.py" # ignore test scripts + - "**/app.py" # ignore main application script