From 4c84ec251fdd6ab525aaca33bc77168a371bf8d6 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <47638161+PedroACFerreira@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:34:25 +0100 Subject: [PATCH] Update coveralls.yml --- .github/workflows/coveralls.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 2720f9b..6b3dcae 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -19,21 +19,5 @@ jobs: npm install make test-coverage - - name: Report Coveralls (Linux) - if: startsWith(runner.os, 'Linux') - run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls - env: - COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Report Coveralls (Windows) - if: startsWith(runner.os, 'Windows') - run: curl -sL https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip | zcat > ./coveralls.exe && ./coveralls.exe - env: - COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Report Coveralls (macOS) - if: startsWith(runner.os, 'macOS') - run: | - brew tap coverallsapp/coveralls --quiet - brew install coveralls --quiet - coveralls + - name: Report Coveralls + uses: coverallsapp/github-action@v2