Skip to content

Commit

Permalink
BUG: use README snippet
Browse files Browse the repository at this point in the history
Use the windows snippet from the coverage reporter README instead of the example that isn't working.
  • Loading branch information
aburrell committed Mar 29, 2024
1 parent 5c6505a commit db56e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls
run: curl -L https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.exe -o coveralls.exe

- name: Report Coveralls (macOS)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit db56e8c

Please sign in to comment.