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

Add coverage reporting for shunit2 Tests #37

Open
arthurbdiniz opened this issue Dec 9, 2024 · 0 comments
Open

Add coverage reporting for shunit2 Tests #37

arthurbdiniz opened this issue Dec 9, 2024 · 0 comments

Comments

@arthurbdiniz
Copy link
Contributor

Description

To improve test quality and provide better insights into code coverage, we should add coverage reporting for our shunit2 tests.

Currently, the tests are executed using:

shunit2 ./tests/*

Integrating coverage reports will help identify untested parts of the codebase and guide further testing efforts.

Tasks

  1. Investigate tools or approaches compatible with shunit2 for generating coverage reports.
  2. Integrate coverage reporting into the CI workflow.
  3. Ensure the reports are accessible (e.g., via artifacts or dashboards).
  4. Validate the implementation to confirm accurate coverage reporting.
@arthurbdiniz arthurbdiniz changed the title Add Coverage Reporting for shunit2 Tests Add Coverage Reporting for shunit2 Tests Dec 9, 2024
@arthurbdiniz arthurbdiniz changed the title Add Coverage Reporting for shunit2 Tests Add coverage reporting for shunit2 Tests Dec 9, 2024
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