Skip to content

Commit e553274

Browse files
committed
chore: add codecov.yaml
1 parent 8d9a30d commit e553274

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/.codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../codecov.yaml

codecov.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 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

+4
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,7 @@ license:
224224
license-check:
225225
try { RUST_LOG=error cargo bundle-licenses --format toml --output __CHECK --previous THIRDPARTY.toml --check-previous }
226226
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

Comments
 (0)