-
Notifications
You must be signed in to change notification settings - Fork 80
Add code coverage for tests #28
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
Comments
I tried running the following commands:
which according to gotwarlost/istanbul#44 (comment) should work. Unfortunately I got:
|
I'd like to have coverage reports as well. I'll try to get this working today or tomorrow. |
Looks like I managed to get coverage reports working for all packages except for |
I'd argue that instanbul isn't a good candidate, looking at the state of releases that project had in the last year (effectively none, and it might be that 1.1.0 alpha 1 is actually older than 0.4.5) |
Do you know any alternatives? I found |
Istanbul is now maintained in https://github.com/istanbuljs and is at version 1.1.2. I gave it another try but ran into a coupe of issues:
@zbraniecki, I don't want to spend too much on this right now. I pushed my WIP branch to https://github.com/stasm/fluent.js/tree/istanbul. Feel free to take over if you have cycles for this. |
One year and 12 major releases of |
It would help me to work with the parser tests to know how much of the parser is covered with tests. Istanbul seems like a good candidate? https://github.com/gotwarlost/istanbul
The text was updated successfully, but these errors were encountered: