Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove coverage generation from Shifter #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewnicols
Copy link
Contributor

As discussed in other issues, there's no need for Shifter to generate coverage files any more. This commit removes all traces of both yetitest, and istanbul. I've moved istanbul to being a devDependency as it's used for the coverage of Shifter itself.

Coverage generation should now be performed using other tools, for example:

  • using Yeti; or
  • a grunt task calling istanbul.

This will also remove the need for it to be documented as raised in #125

Coverage generation should now be performed using other tools, for example:
* using Yeti; or
* a grunt task calling istanbul.
@@ -1,5 +1,5 @@
{
"projectName": "shifter - blazingly fast yui builder",
"version": "0.4.5",
"version": "0.4.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping the version strikes me as premature, and entirely unrelated to this pull request.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed, this step is done by the build process triggered by the person doing the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants