Skip to content
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

Improve test coverage #382

Open
mmontin opened this issue Mar 14, 2024 · 0 comments
Open

Improve test coverage #382

mmontin opened this issue Mar 14, 2024 · 0 comments

Comments

@mmontin
Copy link
Collaborator

mmontin commented Mar 14, 2024

Test coverage in cooked-validators is now tracked whenever somebody runs cabal test all. By taking a look at the coverage log produced by the command we notice that:

  • current test coverage is decent and covers a huge chunk of the codebase (48% total) with a few modules with a 100% coverage rate.
  • current test coverage is still not enough thought, with some modules with 0% coverage and some others with important features lacking coverage.

image
We need to bump these numbers. This would be unrealistic to aim for 100% coverage overall, but important features should be handled and this report should be used in that purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant