summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/codecov.yml b/codecov.yml
deleted file mode 100644
index 75809ee2..00000000
--- a/codecov.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-coverage:
- precision: 2
- round: nearest
- range: "60...90"
- status:
- project:
- default:
- threshold: 2%
- patch:
- default:
- target: 80%
- ignore:
- - "projects/SelfTest"
- - "**/catch_reporter_tap.hpp"
- - "**/catch_reporter_automake.hpp"
- - "**/catch_reporter_teamcity.hpp"
- - "**/catch_reporter_sonarqube.hpp"
- - "**/external/clara.hpp"
-
-
-codecov:
- branch: master
-
-comment:
- layout: "diff"