Skip to content

Commit 8eab5ef

Browse files
committed
fix: correct spelling of coverageThreshold in pipeline.yml
1 parent 23e263c commit 8eab5ef

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
@@ -19,9 +19,9 @@ jobs:
1919
useTask: true
2020
useLocalCoverageConfig: true
2121
imageTagName: ghcr.io/openmfp/kubernetes-graphql-gateway
22-
coverageThreasholdFile: 49
22+
coverageThresholdFile: 49
2323
coverageThresholdPackage: 63
24-
coverageThreasholdTotal: 81
24+
coverageThresholdTotal: 81
2525
repoVersionUpdate: openmfp/helm-charts
2626

2727

0 commit comments

Comments
 (0)