-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing #11
Comments
Seems like we should, otherwise what's the point of the coverage report? Simplecov shows you a red/yellow/green based on how well covered a given file is. I don't know if that's just arbitrary or based on something. I'm not sure why we wouldn't shoot for 100%, but I don't know how realistic that actually is.
Can you explain what you mean by this? |
I'd say the point is to give the engineers an idea of how well covered the code is. Even if it's 10%, that's helpful to know. But I do agree: a big point of that is making sure it increases or stays the same over time. I'm good with saying 100% coverage should be the goal.
I probably could have worded it better. What I mean is, most tools support a specific test style. Like RSpec is specifically BDD. But some tools support multiple styles, like Buster.JS that ships with xUnit style and BDD style. We should either choose a BDD-specific tool, or one that supports the BDD syntax. |
To expound on the CircleCI convention...
|
What else?
The text was updated successfully, but these errors were encountered: