Skip to content

Commit

Permalink
Update coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroACFerreira authored Oct 24, 2024
1 parent 077a269 commit 4c84ec2
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c84ec2

Please sign in to comment.