This homebrew tap provides the following package:
coveralls
- a universal coverage reporter for coveralls.io. See: github.com/coverallsapp/coverage-reporter
brew tap coverallsapp/coveralls
brew install coveralls
Or
brew install coverallsapp/coveralls/coveralls
-
Update the tag version in formula
-
Fetch SHA265 using this command:
brew fetch --build-from-source coveralls
-
Update the SHA256 in formula.
-
Install locally (check there're no errors)
brew install --build-from-source coveralls
- Create a separate branch
git checkout -b coveralls/update-version
- Commit
git commit -m 'coveralls X.Y.Z'
-
Create a PR to
main
branch -
After bottles are built, add
pr-pull
label to the PR