fix: update codecov threshold to 1% for proper coverage comparison

This commit is contained in:
mehrdadbn9 2026-02-12 20:46:49 +03:30
parent 8ad6b353d3
commit 63d88b1d73

View File

@ -5,9 +5,9 @@ coverage:
project:
default:
target: 99%
threshold: 99%
threshold: 1%
patch:
default:
target: 99%
threshold: 95%
threshold: 1%