diff options
author | Joe Chen <jc@unknwon.io> | 2022-03-14 12:52:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 12:52:50 +0800 |
commit | a2c632526111b3333de482c69709a7ca70a173f8 (patch) | |
tree | b4ab3aae7fec18487378d2ff1e2b3d14199d8f2f /codecov.yml | |
parent | aeb5e3449082c981ad0c627dbd4e722f6913d81c (diff) |
codecov: disable GitHub Checks (#6840)
[skip ci]
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 31f646ee..45768ef4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,3 +7,5 @@ coverage: comment: layout: 'diff' + +github_checks: false |