allow 1% deviation for codecov (#3138) [skip ci]

This commit is contained in:
Wing Lian
2025-09-07 11:01:03 -04:00
committed by GitHub
parent 8fd9221f13
commit b5d4c7ff54

View File

@@ -12,7 +12,7 @@ coverage:
default: default:
# basic # basic
target: auto target: auto
threshold: 0% threshold: 1%
base: auto base: auto
# advanced # advanced
branches: null branches: null
@@ -27,7 +27,7 @@ coverage:
default: default:
# basic # basic
target: auto target: auto
threshold: 0% threshold: 1%
base: auto base: auto
# advanced # advanced
branches: null branches: null