chore(ci): annotate & coveralls on failure

This commit is contained in:
Ricardo Arturo Cabral Mejia
2022-10-28 22:18:07 -04:00
parent 0a217704b6
commit df5f61ea8b

View File

@@ -71,13 +71,16 @@ jobs:
- name: Run integration tests
run: npm run docker:test:integration
- uses: deblockt/cucumber-report-annotations-action@v1.7
if: ${{ always() }}
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
path: .test-reports/integration/report.json
- name: Run coverage for integration tests
run: npm run docker:cover:integration
if: ${{ always() }}
- name: Coveralls
uses: coverallsapp/github-action@master
if: ${{ always() }}
with:
path-to-lcov: .coverage/integration/lcov.info
flag-name: Integration