diff options
| author | a14m <[email protected]> | 2020-12-14 20:07:09 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-14 23:02:24 +0100 |
| commit | b710263617e019e4ffed3dbafcc6795f760bb151 (patch) | |
| tree | 0eef3a3f5618a0e7e71164e74db1e49d187fdd92 /.codecov.yml | |
| parent | e674394831d64aa5f64b9ca2b6a67ca16704e358 (diff) | |
Add codecov configurations for monorepo
Diffstat (limited to '.codecov.yml')
| -rw-r--r-- | .codecov.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..0854495 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,24 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + only_pulls: false + default: + target: 90% + ruby: + target: 95% + flags: + - ruby + +comment: + layout: "reach,diff,flags,files,footer" + behavior: default + require_changes: no + +flags: + ruby: + paths: + - CLI/ruby/ + carryforward: true |
