mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
14 lines
421 B
YAML
14 lines
421 B
YAML
|
# Don't post comments on PRs; they're noisy and the same information can be
|
||
|
# gotten through the checks section at the bottom of the PR anyways
|
||
|
comment: false
|
||
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
# Track the impact of changes on overall coverage without blocking PRs
|
||
|
informational: true
|
||
|
patch:
|
||
|
default:
|
||
|
# Expect 80% coverage on all lines that a PR touches
|
||
|
target: 80%
|