mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
27394f9710
Sadly Codecov doesn't give us a way to relax the coverage requirements for changes that touch very few lines of code, which has been an invaluable feature of SonarCloud. I suggest we make the check non-blocking.
16 lines
482 B
YAML
16 lines
482 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:
|
|
# Encourage (but don't enforce) 80% coverage on all lines that a PR
|
|
# touches
|
|
target: 80%
|
|
informational: true
|