mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Make the test coverage target non-blocking
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.
This commit is contained in:
parent
8e72ad597b
commit
27394f9710
@ -9,5 +9,7 @@ coverage:
|
|||||||
informational: true
|
informational: true
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
# Expect 80% coverage on all lines that a PR touches
|
# Encourage (but don't enforce) 80% coverage on all lines that a PR
|
||||||
|
# touches
|
||||||
target: 80%
|
target: 80%
|
||||||
|
informational: true
|
||||||
|
Loading…
Reference in New Issue
Block a user