diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-09-28 19:57:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-28 19:57:45 +0200 |
| commit | 1dffbd33907103434bdc13ff035b8993559b5158 (patch) | |
| tree | 9a474c649502370a25af23195fb48d469ba9d22d /.codecov.yml | |
| parent | eddc162f2c926d3741d3b2b122d0ccbf777c75ef (diff) | |
| parent | c12e0c39b93d28469038296ce6f1178bc9b5f2aa (diff) | |
Merge pull request #1037 from dalf/codecov
Switch to code-cov
Diffstat (limited to '.codecov.yml')
| -rw-r--r-- | .codecov.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..6cdbc2885 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,31 @@ +comment: false +coverage: + status: + project: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null + patch: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null |