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

use nyc test coverage #19

Merged
merged 1 commit into from
Feb 14, 2019
Merged

use nyc test coverage #19

merged 1 commit into from
Feb 14, 2019

Conversation

dominictarr
Copy link
Contributor

I added a test coverage script. I think it's important not to take coverage too seriously. but it's very interesting to know that something doesn't have coverage.

I had previously tried istanbul, but was blocked because it only worked when all the tests were in one node process.

I also figured out the config so that I can include coverage for key deps - in this case epidemic-broadcast-trees. of course, this has it's own tests, too. so anyway, this shows which ebt features we are actually using.

@dominictarr dominictarr merged commit b9447b2 into master Feb 14, 2019
@staltz staltz deleted the coverage branch May 31, 2021 12:54
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.

None yet

1 participant