mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 06:10:11 +00:00
fix codecov when (#743)
This commit is contained in:
@@ -104,6 +104,15 @@ pipeline:
|
|||||||
- datastore-coverage.out
|
- datastore-coverage.out
|
||||||
token:
|
token:
|
||||||
from_secret: codecov_token
|
from_secret: codecov_token
|
||||||
|
when:
|
||||||
|
path:
|
||||||
|
# related config files
|
||||||
|
- ".woodpecker/test.yml"
|
||||||
|
# go source code
|
||||||
|
- "**/*.go"
|
||||||
|
- "go.*"
|
||||||
|
# schema changes
|
||||||
|
- "pipeline/schema/**"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
service-postgres:
|
service-postgres:
|
||||||
|
Reference in New Issue
Block a user