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

CI: fix the coverage reports not being retrieved correctly #9

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. ci(tests): fail when no coverage reports are found

    Trigger an error early when no coverage report is found instead of
    failing when trying to load a missing file.
    Yannick-Dayer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    855c79d View commit details
    Browse the repository at this point in the history
  2. ci(tests): search for cov-reports in hidden files

    The upload-artifacts action won't upload hidden files by default.
    Force the inclusion of hidden files as it is required by merge-coverage.
    Yannick-Dayer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    360d201 View commit details
    Browse the repository at this point in the history