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 CMake targets and Codecov upload #2237

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Commits on Jun 26, 2024

  1. Add: Coverage CMake targets and Codecov upload

    This adds new targets for measuring unit test coverage that can be
    enabled with the CMake option ENABLE_COVERAGE.
    The GitHub Actions workflow now also generates the coverage report
    and uploads it to Codecov.
    timopollmeier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    408f775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1970e90 View commit details
    Browse the repository at this point in the history
  3. Remove Codecov badge

    There are now two very different types of coverage (tests and
    documentation) and the badge does not appear to have an option for the
    flag that can differentiate the two.
    timopollmeier committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    719dfc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d48da5 View commit details
    Browse the repository at this point in the history