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:
Robin 2024-09-03 16:03:43 -04:00
parent 8e72ad597b
commit 27394f9710

View File

@ -9,5 +9,7 @@ coverage:
informational: true
patch:
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%
informational: true