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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: