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

Code coverage compute automation #25

Open
epatrizio opened this issue Aug 29, 2024 · 1 comment
Open

Code coverage compute automation #25

epatrizio opened this issue Aug 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@epatrizio
Copy link
Owner

d045e81 Code coverage integration with OCaml Bisect_ppx librairie

This integration should be improved :

  • Automation compute and README integration
  • HTML report deployment with deploy.yml github action
@epatrizio epatrizio added the enhancement New feature or request label Aug 29, 2024
@epatrizio
Copy link
Owner Author

Currently, code coverage is low (~16%).
The test suite covers syntax, operations and so on. But there is a very strong combinatory for testing operators (TODO!).
For example, testing all combinations of operand types on addition (1+1 1+1.0 1+"1" ...).

@epatrizio epatrizio changed the title code coverage compute automation Code coverage compute automation Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant