diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 7b19db2..0000000 --- a/codecov.yml +++ /dev/null @@ -1,17 +0,0 @@ -coverage: - range: 70..100 - round: down - precision: 2 - status: - project: - default: - threshold: 2% - -# Tests aren't important for coverage -ignore: - - "tests" - -# Make less noisy comments -comment: - layout: "files" - require_changes: yes