From 195d33e2a1db337207645ca057f19f7a659dfdc6 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Thu, 30 May 2024 17:54:02 +0200 Subject: [PATCH] adds: coveralls --- .github/workflows/generate-allure-report.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index dc2aad5b31..cee73e3016 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -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() @@ -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 @@ -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 +