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

This commit is contained in:
mehrdadbn9 2026-02-12 20:45:36 +03:30
parent 8f39ea663a
commit 41b3caf4bd

View File

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