We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9a30d commit e553274Copy full SHA for e553274
.github/.codecov.yml
@@ -0,0 +1 @@
1
+../codecov.yaml
codecov.yaml
@@ -0,0 +1,7 @@
+# https://docs.codecov.com/docs/codecovyml-reference
2
+coverage:
3
+ round: down
4
+ range: 50..80
5
+ignore:
6
+ - "crates/synd_term/src/terminal/integration_backend.rs"
7
+ - "crates/synd_test/"
justfile
@@ -224,3 +224,7 @@ license:
224
license-check:
225
try { RUST_LOG=error cargo bundle-licenses --format toml --output __CHECK --previous THIRDPARTY.toml --check-previous }
226
rm __CHECK
227
+
228
+# Validate codecov.yaml
229
+codecov-validate:
230
+ open codecov.yaml | to yaml | http post https://codecov.io/validate $in
0 commit comments