Skip to content

Commit

Permalink
adds: coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed May 30, 2024
1 parent 4ddb5a6 commit 195d33e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"

- run:
ls catalyst-gateway

- name: Get schemathesis test report
uses: input-output-hk/catalyst-ci/actions/run@master
if: always()
Expand Down Expand Up @@ -101,7 +98,7 @@ jobs:
if: always()
with:
name: coverage-reports
path: '**/cat-gateway.coverage-report.info'
path: 'catalyst-gateway/cat-gateway.coverage-report.info'
if-no-files-found: error
retention-days: 1

Expand Down Expand Up @@ -163,3 +160,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: coverage-reports

- run:
curl -L https://coveralls.io/coveralls-linux.tar.gz | tar -xz -C /usr/local/bin
coveralls report

0 comments on commit 195d33e

Please sign in to comment.