aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/.github/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mcxa/.github/codecov.yml')
-rw-r--r--embassy-mcxa/.github/codecov.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/embassy-mcxa/.github/codecov.yml b/embassy-mcxa/.github/codecov.yml
deleted file mode 100644
index cd5ce8fc1..000000000
--- a/embassy-mcxa/.github/codecov.yml
+++ /dev/null
@@ -1,21 +0,0 @@
1# ref: https://docs.codecov.com/docs/codecovyml-reference
2coverage:
3 # Hold ourselves to a high bar
4 range: 85..100
5 round: down
6 precision: 1
7 status:
8 # ref: https://docs.codecov.com/docs/commit-status
9 project:
10 default:
11 # Avoid false negatives
12 threshold: 1%
13
14# Test files aren't important for coverage
15ignore:
16 - "tests"
17
18# Make comments less noisy
19comment:
20 layout: "files"
21 require_changes: true