-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
100% coverage #161
Comments
Improved test coverage for runner.js (issue #161)
Fine, i dev beginner and i will be happy to take à look and see how improve code coverage. |
@sindresorhus I was looking at cli.js100 and in my testing (in your |
@platy11 that line is in |
@novemberborn Ok, thanks! 😃 |
added tests to cover callee$0$0 changed one of the snapshot test to take an optional message, so it hit one more line
Where can I start writing tests for ava it seems like a good place to start contributing to open source software! |
@wildaces215 you can browse our current code coverage at https://codecov.io/gh/avajs/ava. Look for a file that has little coverage, try and figure out what it does, and see if you can write a test that extends the coverage. We'd be interested in covering larger pieces of logic rather than small edge cases. |
We're currently at 96% coverage. Which is amazing. Getting us closer to 100% would be a good beginner task.
Please leave this for first time contributors.
See https://coveralls.io/github/avajs/ava?branch=master for uncovered code.
The text was updated successfully, but these errors were encountered: