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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user