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

Introduce test:coverage script #48

Closed
3 tasks done
iamturns opened this issue Feb 4, 2019 · 1 comment
Closed
3 tasks done

Introduce test:coverage script #48

iamturns opened this issue Feb 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request released

Comments

@iamturns
Copy link
Owner

iamturns commented Feb 4, 2019

Enhancement

Currently the test script generates a coverage report. However this is quite slow, and is better off to be run only when required. Recommend adding a test:coverage command.

{
  "test": "jest --passWithNoTests",
  "test:coverage": "jest --passWithNoTests --coverage",
}
@iamturns iamturns added the enhancement New feature or request label Feb 4, 2019
@iamturns iamturns self-assigned this Feb 4, 2019
@iamturns
Copy link
Owner Author

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

1 participant