Skip to content

Commit 0e8768d

Browse files
authored
ci: fixed coverage reporting for integration tests (#170)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 5b95e30 commit 0e8768d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ jobs:
6565
echo "Matrix jobs failed or were cancelled"
6666
exit 1
6767
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

Comments
 (0)