19 lines
338 B
YAML
19 lines
338 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: true
|
|
|
|
coverage:
|
|
ignore:
|
|
- tests/.*
|
|
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
|