This is a simple bash script that takes the output of https://github.com/codexns/coverage-build and moves the resulting files into a repo set up for use as a dependency in Sublime Text.
After compiling coverage on the various environments using coverage-build
and creating a new release with all of the output files, check out the following
repo:
git clone [email protected]:codexns/sublime-coverage-bundler.git
git clone [email protected]:codexns/sublime-coverage.git
Then execute the update.sh
by providing the tag name from coverage-build
.
For example:
cd sublime-coverage-bundler
./update.sh coverage-4.0b2
Finally you'll need to commit the changes to the sublime-coverage
repo, tag it
and push the changes up to GitHub.