summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-14 23:08:00 +0100
committera14m <[email protected]>2020-12-15 13:50:41 +0100
commit566dcf3e818a30da809ea448e165ee4b0f83ff58 (patch)
tree0ca82fd9461e8f886e6572a50ef9eeb1659234c4 /.codecov.yml
parent50a9f841d6b27a0c842bf5127940d4989a621d10 (diff)
Add the placeholder structure for rust package
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