mirror of
https://github.com/Cameri/nostream.git
synced 2025-10-02 14:09:34 +02:00
chore(ci): report intg tests
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -70,6 +70,10 @@ jobs:
|
||||
run: npm run docker:test:integration
|
||||
- name: Run coverage for integration tests
|
||||
run: npm run docker:cover:integration
|
||||
- uses: deblockt/cucumber-report-annotations-action@v1.7
|
||||
with:
|
||||
access-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: ".test-reports/integration/report.json"
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user