mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +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:
4
.github/codecov.yml
vendored
Normal file
4
.github/codecov.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# codecov config
|
||||
coverage:
|
||||
status:
|
||||
patch: off # disable patch status
|
||||
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