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

Add coverage statistics setup to new project blueprint #59

Merged
merged 2 commits into from
Apr 30, 2019

Conversation

rajasegar
Copy link
Contributor

Fixes #58

  1. Adding coveralls to the global new command
  2. Adding coveralls as a dev dependency
  3. Tweaking test script to run coverage

Fixes rwjblue#58
1. Adding coveralls to the global new command
2. Adding coveralls as a dev dependency
3. Tweaking test script to run coverage
commands/global/new.js Outdated Show resolved Hide resolved
1. Adding new command test:coverage to package.json instead of tweaking
the default test command
2. Modify travis.yml to use the new command
@rwjblue rwjblue merged commit e1cd1e5 into rwjblue:master Apr 30, 2019
@rwjblue
Copy link
Owner

rwjblue commented Apr 30, 2019

Thank you!

@rwjblue rwjblue changed the title [FEAT] Adding coverage statistics collection with coveralls Add coverage statistics setup to new project blueprint Apr 30, 2019
@rwjblue rwjblue added the enhancement New feature or request label Apr 30, 2019
@rwjblue
Copy link
Owner

rwjblue commented Apr 30, 2019

codemod-cli 0.2.11 published 🎉

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

Successfully merging this pull request may close these issues.

Add provision for coverage statistics
2 participants