This homebrew tap provides the following package:
coveralls - a universal coverage reporter for coveralls.io. See: github.com/coverallsapp/coverage-reporter
brew install coverallsapp/coveralls/coverallsThe fully-qualified name taps this repo automatically and trusts only the coveralls formula, as required by tap trust in Homebrew 6.0.0+.
Alternatively, trust the whole tap first:
brew trust coverallsapp/coveralls # Homebrew 6.0.0+
brew tap coverallsapp/coveralls
brew install 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
mainbranch -
After bottles are built, add
pr-pulllabel to the PR