fix codecov when (#743)

This commit is contained in:
Anbraten
2022-02-04 10:45:04 +01:00
committed by GitHub
parent 7b2b884a0e
commit 4de9c014ea

View File

@@ -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: