diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-26 14:17:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 14:17:29 +0900 |
| commit | 302af7099cea6f1eaeb513570dcb34d31753eb6f (patch) | |
| tree | 0cdcbe1b0554550aa6aaa62e02aef5f050cd84b7 /codecov.yml | |
| parent | [Fix] fixed an typo in error message (#10102) (diff) | |
| download | sharkey-302af7099cea6f1eaeb513570dcb34d31753eb6f.tar.gz sharkey-302af7099cea6f1eaeb513570dcb34d31753eb6f.tar.bz2 sharkey-302af7099cea6f1eaeb513570dcb34d31753eb6f.zip | |
Update codecov.yml
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/codecov.yml b/codecov.yml index 5d8d232b5e..410f064be2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,4 @@ coverage: status: - project: - default: - only_pulls: true - if_ci_failed: success + project: false + patch: false |