Browse Source

Increase minimum code coverage target to 75%

Updated the `codecov.yml` configuration file to raise the
`project.default.target` value from 70% to 75%, enforcing
stricter code coverage requirements for the overall project.
Tig 1 month ago
parent
commit
938ea87d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      codecov.yml

+ 1 - 1
codecov.yml

@@ -11,7 +11,7 @@ coverage:
     # Overall project coverage
     # Overall project coverage
     project:
     project:
       default:
       default:
-        target: 70%         # Minimum target coverage
+        target: 75%         # Minimum target coverage
         threshold: 1%       # Allow 1% decrease without failing
         threshold: 1%       # Allow 1% decrease without failing
         base: auto          # Compare against base branch (v2_develop)
         base: auto          # Compare against base branch (v2_develop)
         if_ci_failed: error # Fail if CI fails
         if_ci_failed: error # Fail if CI fails