diff options
| author | Fuwn <[email protected]> | 2021-04-23 18:45:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-23 18:45:13 -0700 |
| commit | 5747cdf6ed76469d36ba299c08c0a79cf847c4d2 (patch) | |
| tree | 873fc56276c55a73fb9f0cff817d9b420da35854 | |
| parent | chore: Codecov (diff) | |
| download | whirl-5747cdf6ed76469d36ba299c08c0a79cf847c4d2.tar.xz whirl-5747cdf6ed76469d36ba299c08c0a79cf847c4d2.zip | |
chore: Update Codecov configuration
| -rw-r--r-- | codecov.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index c9756c9..8cc5af4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,14 @@ +codecov: + token: "secret:MV/bbQs7G9pJMr9d23PBUd+s6PP3MMj3RGqwOIWIlUH4639jfrTi+CxbHTBhicskHyYRuaDoTLB+HbktHuxYftPEC+MLacZJAn3krVe2jj8=" + bot: "codecov-io" + strict_yaml_branch: "yaml-config" + max_report_age: 24 + disable_default_path_fixes: no + require_ci_to_pass: yes + notify: + after_n_builds: 2 + wait_for_ci: yes + coverage: range: 50..90 round: nearest |