mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
c28f7cb29f
Initial part of #435
15 lines
No EOL
487 B
YAML
15 lines
No EOL
487 B
YAML
build:
|
|
dependencies:
|
|
before:
|
|
- 'source <(curl -fsSL https://raw.githubusercontent.com/phayes/go-scrutinize/master/install-golang)'
|
|
|
|
tests:
|
|
override:
|
|
-
|
|
command: 'cd $PROJECTPATH && go-scrutinize'
|
|
coverage:
|
|
file: 'coverage.xml'
|
|
format: 'clover'
|
|
analysis:
|
|
file: 'checkstyle_report.xml'
|
|
format: 'general-checkstyle' |