We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95e30 commit 0e8768dCopy full SHA for 0e8768d
1 file changed
.github/workflows/integration-test.yml
@@ -65,3 +65,9 @@ jobs:
65
echo "Matrix jobs failed or were cancelled"
66
exit 1
67
fi
68
+
69
+ collect-coverage:
70
+ needs: [integration-test]
71
+ if: ${{ !cancelled() && needs.integration-test.result == 'success' }}
72
+ uses: go-openapi/ci-workflows/.github/workflows/collect-coverage.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11
73
+ secrets: inherit
0 commit comments