9 lines
205 B
YAML
9 lines
205 B
YAML
reporting:
|
|
reports:
|
|
- lcov
|
|
- clover
|
|
- text-summary
|
|
- lcovonly
|
|
report-config:
|
|
clover: {file: ../build/clover.xml}
|
|
lcovonly: {file: ../build/lcov.info} |