mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): annotate & coveralls on failure
This commit is contained in:
parent
0a217704b6
commit
df5f61ea8b
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user