mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
fix codecov when (#743)
This commit is contained in:
parent
7b2b884a0e
commit
4de9c014ea
1 changed files with 9 additions and 0 deletions
|
@ -104,6 +104,15 @@ pipeline:
|
|||
- datastore-coverage.out
|
||||
token:
|
||||
from_secret: codecov_token
|
||||
when:
|
||||
path:
|
||||
# related config files
|
||||
- ".woodpecker/test.yml"
|
||||
# go source code
|
||||
- "**/*.go"
|
||||
- "go.*"
|
||||
# schema changes
|
||||
- "pipeline/schema/**"
|
||||
|
||||
services:
|
||||
service-postgres:
|
||||
|
|
Loading…
Reference in a new issue