fix: update coverage target from 100% to 85% in codecov configuration

This commit is contained in:
GitHub Actions
2026-02-17 08:45:08 +00:00
parent 45461cdc44
commit 9667ba0c1d

View File

@@ -32,7 +32,7 @@ coverage:
default:
# Patch coverage is a suggestion only (not required to pass PR)
# Developers should aim for 100% but it won't block the PR
target: 100%
target: 85%
required: false
only:
- lines