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

tap-nyc a code coverage compatible TAP formatter #371

Closed
MegaArman opened this issue Jun 18, 2017 · 2 comments · Fixed by #480
Closed

tap-nyc a code coverage compatible TAP formatter #371

MegaArman opened this issue Jun 18, 2017 · 2 comments · Fixed by #480

Comments

@MegaArman
Copy link
Contributor

MegaArman commented Jun 18, 2017

Hey everyone, so I made this output formatter today because I couldn't find one that played nicely with the nyc code coverage module. I used tap-spec as a basis and improved upon it in a couple of ways for example: removed unneeded dependencies and .gitignore'd tests to reduce module size, cleaned code overall (removed unneeded variables/require statements), only output on test failures, and removed excess new lines. It's my first npm module =D

Check it out! @substack , if you like it please include it on the readme <3. Tape rocks.

https://github.com/MegaArman/tap-nyc
https://www.npmjs.com/package/tap-nyc

@MegaArman MegaArman changed the title tap-nyc coverage compatible TAP formatter tap-nyc a code coverage compatible TAP formatter Jun 18, 2017
@snuggs
Copy link
Contributor

snuggs commented Jun 27, 2017

Nice work @MegaArman. Just started using tap-nyc today in a PR. devpunks/snuggsi#72

/cc @brandondees

capture d ecran 2017-06-27 a 18 06 17

@ljharb
Copy link
Collaborator

ljharb commented Jul 29, 2019

a PR to add this to the readme would be welcome.

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 a pull request may close this issue.

3 participants