summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-08-12 21:56:59 +0300
committerGitHub <noreply@github.com>2026-08-12 21:56:59 +0300
commitbcecd765c51457cb832910097dc7fed53605f9b4 (patch)
tree85de56c88f6ab7923b1848b4568c65b1174fdca7 /codecov.yml
parente696fc296fb70c8e5db008b672905c745d7c09c9 (diff)
parent0e0ad13beb357b83faffcda48586641ebfd88b7b (diff)
downloadcodecov-bcecd765c51457cb832910097dc7fed53605f9b4.tar.gz
codecov-bcecd765c51457cb832910097dc7fed53605f9b4.zip
Merge pull request #1 from vyos/seed-content
seed: initial Codecov Global YAML + plumbing
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..3c08860
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,38 @@
+codecov:
+ require_ci_to_pass: true
+
+coverage:
+ precision: 1
+ round: down
+ status:
+ project:
+ default:
+ target: auto
+ threshold: 1%
+ informational: true
+ if_ci_failed: ignore
+ only_pulls: false
+ patch:
+ default:
+ target: 70%
+ threshold: 5%
+ informational: true
+ if_ci_failed: ignore
+
+comment:
+ layout: "header, diff, flags, files"
+ behavior: default
+ require_changes: false
+ require_base: no
+ require_head: yes
+
+ignore:
+ - "tests/"
+ - "scripts/"
+ - "**/*.config.ts"
+ - "**/*.config.js"
+ - "**/*.config.mjs"
+ - "**/*.config.cjs"
+ - "**/*.d.ts"
+ - ".next/"
+ - "public/"