diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-09 23:48:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-09 23:48:49 +0900 |
| commit | 8bfc7f0eda5d81550aca9f5f9db5dd5455bc79d9 (patch) | |
| tree | 630faadea9ff67b4734c1f375ad4714670cfd2ad | |
| parent | 6ba6f0eeb6689503f55d1d50e1f79489c9a7bf42 (diff) | |
| parent | f09adc0af8bebc061eb697597de8c2988f560a25 (diff) | |
| download | sphinx-git-8bfc7f0eda5d81550aca9f5f9db5dd5455bc79d9.tar.gz | |
Merge pull request #7286 from blueyed/ci-codecov
Improve codecov integration
| -rw-r--r-- | .codecov.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.codecov.yml b/.codecov.yml index f6272f5f1..22f35d710 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,8 +1,6 @@ +comment: false coverage: status: project: default: enabled: no - patch: - default: - enabled: no |
