Skip to content

Commit

Permalink
Remove --quiet from coveralls installation on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadarsh-Govada committed Jul 30, 2024
1 parent 9c77cab commit d4af585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
run: |
brew tap coverallsapp/coveralls --quiet
brew install coveralls --quiet
brew tap coverallsapp/coveralls
brew install coveralls
ls -lh .coverage
ls -lh coverage.xml
coveralls report coverage.xml --format=cobertura --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }} --debug --dry-run
Expand Down

0 comments on commit d4af585

Please sign in to comment.