summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 0854495..3deab45 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -11,6 +11,10 @@ coverage:
target: 95%
flags:
- ruby
+ rust:
+ target: 90%
+ flags:
+ - rust
comment:
layout: "reach,diff,flags,files,footer"
@@ -22,3 +26,7 @@ flags:
paths:
- CLI/ruby/
carryforward: true
+ rust:
+ paths:
+ - CLI/rust/
+ carryforward: true