2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Update code coverage settings to be informational only

This commit is contained in:
Emerle, Ryan 2021-12-06 12:54:46 -05:00
parent bb81dad224
commit ee2cc44384
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE

View File

@ -2,8 +2,9 @@ coverage:
status: status:
project: project:
default: default:
threshold: 0.1 threshold: 1
informational: true
patch: patch:
default: default:
# minimum coverage at 0, should never fail, but will still report
target: 0 target: 0
informational: true