mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
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:
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@@ -1,4 +1,9 @@
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'develop'
|
||||
|
||||
name: Code coverage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user