diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-11 17:35:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 17:35:30 +0800 |
commit | 63cb76106afbcbdd6cc01dad8bcb2a4a35b2fa97 (patch) | |
tree | a6c198840645670619f42479e5b7f62b1f41b6e1 /codecov.yml | |
parent | 1df62fafb99c03d4d3d4b26c99839d165d5425da (diff) |
chore: fix typo in codecov.yml (#7047)
[skip ci]
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index e02ec84b..4b99d111 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,7 +6,7 @@ coverage: threshold: 1% informational: true patch: - defualt: + default: only_pulls: true informational: true |