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

adds coveralls coverage reports using nyc #768

Merged
merged 2 commits into from
May 24, 2015
Merged

adds coveralls coverage reports using nyc #768

merged 2 commits into from
May 24, 2015

Conversation

bcoe
Copy link

@bcoe bcoe commented May 23, 2015

This adds a coverage report badge using coveralls.io, and the nyc bin.

  • run npm run coverage to get a human readable coverage report.
  • run npm run coverage -- --reporter=lcov to get an HTML report over coverage in the /coverage folder.
  • run npm run coveralls to report coverage to the coveralls.io. make sure you set the COVERALLS_REPO_TOKEN.

aearly added a commit that referenced this pull request May 24, 2015
adds coveralls coverage reports using nyc.  Also closes #741
@aearly aearly merged commit f71193a into caolan:master May 24, 2015
@aearly
Copy link
Collaborator

aearly commented May 24, 2015

Cool, thanks! I guess we now know what we already "knew" -- async is very well tested.

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

Successfully merging this pull request may close these issues.

2 participants