-
Notifications
You must be signed in to change notification settings - Fork 3
Simplify setup, add failing test, code coverage #1
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
Conversation
Added code coverage with isparta. I'd rather use nyc, but it's coverage reports are broken. Maybe something like this would work, or we can wait for a fix and then switch. |
I don't know anything about code coverage, so I think that if this works for now I'm all for it. |
Yeah, agreed. I say we just go with isparta and keep an eye on nyc. Any thoughts on cc @davidchase |
The I think we can use what works for test coverage... i think nyc was done initially because of ava... could be wrong what is the idea for failing the test by default? is that for consumer to be a good citizen before submitting their packages? |
👍
Yeah, although now I think it's too heavy-handed :) Since we'll have test coverage, that's probably enough. |
Regarding the tests, I think having them fail is okay, if someone really doesn't want to write tests they could delete them. |
Ok, I tweaked a few things. Let me know what you think.
|
I think it all looks good |
Any other thoughts, @davidchase? Good to merge? |
yeah i think its good to merge... if you guys dont mind when i have sometime i still would like to tackle the |
I have no issues with at least trying to move to ava in the future. It's always worth trying potentially better things. 👍 Merge and transfer to the mostjs org? |
Sure 👍
👌 go for it! |
Simplify setup, add failing test, code coverage
Merged and transferred |
💥 |
Just thinking out loud here, and all of this is totally up for discussion.
Two of the biggest changes are:
index.js
to avoid the twomv
commands. I'm not a huge fan of that name, but I also don't mind it. In this case, it makes life a bit easier. Thoughts?