Files
h2/codecov.yml
Eliza Weisman 9812894709 Add fixtures, examples, util, and src/hpack/test to Codecov ignore list (#96)
We don't care about covering code in these directories, so exclude them from test coverage.
2017-09-18 15:02:18 -05:00

23 lines
412 B
YAML

codecov:
notify:
require_ci_to_pass: true
coverage:
ignore:
- fixtures/.*
- examples/.*
- util/.*
- tests/.*
- src/hpack/test/.*
notify:
slack:
default:
url: "https://hooks.slack.com/services/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"
threshold: 1%
only_pulls: false
branches: null
flags: null
paths: null
comment: off