15 lines
487 B
YAML
15 lines
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'
|