We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code coverage for this library currently sits around 97%, with only a few uncovered lines.
See https://coveralls.io/github/nodecraft/ya-bbcode for details.
Adding tests to cover the few remaining lines would be great.
The text was updated successfully, but these errors were encountered:
Hi Cherry,
Maybe I can help with this. I'm having some trouble finding the uncovered lines with the link you posted.
Thanks.
Sorry, something went wrong.
Thanks @EddyVinck. If you click into the ya-bbcode.js file via that link, you'll see something like this: https://coveralls.io/builds/26213398/source?filename=ya-bbcode.js
ya-bbcode.js
The yellow/red lines are uncovered, such as 137.
You can also get a similar report locally if you run "npm test", which will produce something like this.
Hi, thanks for explaining. I'll see what I can do. It's getting late here though, so maybe tomorrow.
No branches or pull requests
Code coverage for this library currently sits around 97%, with only a few uncovered lines.
See https://coveralls.io/github/nodecraft/ya-bbcode for details.
Adding tests to cover the few remaining lines would be great.
The text was updated successfully, but these errors were encountered: