Skip to content

coverallsapp/homebrew-coveralls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Coveralls

This homebrew tap provides the following package:

coveralls - a universal coverage reporter for coveralls.io. See: github.com/coverallsapp/coverage-reporter

Installation

brew tap coverallsapp/coveralls
brew install coveralls

Or

brew install coverallsapp/coveralls/coveralls

Updating the formula (dev)

  1. Update the tag version in formula

  2. Fetch SHA265 using this command:

brew fetch --build-from-source coveralls
  1. Update the SHA256 in formula.

  2. Install locally (check there're no errors)

brew install --build-from-source coveralls
  1. Create a separate branch
git checkout -b coveralls/update-version
  1. Commit
git commit -m 'coveralls X.Y.Z'
  1. Create a PR to main branch

  2. After bottles are built, add pr-pull label to the PR