Skip to content

Add coverage reporting for shunit2 Tests #37

Open
@arthurbdiniz

Description

@arthurbdiniz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions