Skip to content

Commit eaca5be

Browse files
authored
chore: reduced package coverage threshold (#127)
On-behalf-of: @SAP [email protected] Signed-off-by: Artem Shcherbatiuk <[email protected]>
1 parent ff67a59 commit eaca5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
useLocalCoverageConfig: true
2121
imageTagName: ghcr.io/openmfp/kubernetes-graphql-gateway
2222
coverageThreasholdFile: 49
23-
coverageThresholdPackage: 65
24-
coverageThreasholdTotal: 62
23+
coverageThresholdPackage: 63
24+
coverageThreasholdTotal: 81
2525

2626

0 commit comments

Comments
 (0)