Skip to content

A script to update the Sublime Text coverage dependency from the build output for the various operating systems

Notifications You must be signed in to change notification settings

codexns/sublime-coverage-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sublime coverage Bundler

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.

Instructions

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.

About

A script to update the Sublime Text coverage dependency from the build output for the various operating systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages