ci: Disable codecov patch and trigger coverage calculation on push (#18)

* ci: Disable codecov patch and trigger coverage calculation on push

* ci: Add comment for codecov.yml
This commit is contained in:
evenyag
2022-05-06 18:10:35 +08:00
committed by GitHub
parent f0db878bf5
commit bcba7f026f
2 changed files with 10 additions and 1 deletions

4
.github/codecov.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
# codecov config
coverage:
status:
patch: off # disable patch status

View File

@@ -1,4 +1,9 @@
on: pull_request
on:
pull_request:
push:
branches:
- 'main'
- 'develop'
name: Code coverage