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
I know there are other unit test tickets already filed, but this ticket is a call to action to audit the test coverage and test cases of the project.
We need to audit and then enforce a minimum test coverage threshold. PRs should not be accepted if the test coverage is below a certain threshold.
This will allow us to prevent regressions, which is a key step towards future automation projects.
The text was updated successfully, but these errors were encountered:
TODO: Validate that make test is producing a metric we're happy with.
make test
Sorry, something went wrong.
#51 and #178 should get us beyond 80%. Those issues should be tackled first before we get to this one.
80% is a good target, but I think with these issues solved, we will get way past that.
Enforcement is now being done. Closing.
No branches or pull requests
I know there are other unit test tickets already filed, but this ticket is a call to action to audit the test coverage and test cases of the project.
We need to audit and then enforce a minimum test coverage threshold. PRs should not be accepted if the test coverage is below a certain threshold.
This will allow us to prevent regressions, which is a key step towards future automation projects.
The text was updated successfully, but these errors were encountered: