Files
termscp/.github/actions-rs/grcov.yml
2021-05-15 17:55:20 +02:00

9 lines
114 B
YAML

branch: false
ignore-not-existing: true
llvm: true
output-type: lcov
ignore:
- "/*"
- "C:/*"
- "../*"