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