instrumentation:
  excludes: ['example/**', 'tmp-*']
  include-all-sources: true
reporting:
  reports:
    - lcov
    - text
  report-config:
    text:
      file: test-coverage.txt
