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

Integrate Kover #413

Merged
merged 5 commits into from
Jan 26, 2024
Merged

Integrate Kover #413

merged 5 commits into from
Jan 26, 2024

Conversation

MGaetan89
Copy link
Member

@MGaetan89 MGaetan89 commented Jan 24, 2024

Pull request

Description

This PR integrates Kover to generate code coverage reports. For now, the minimum required coverage for the coverage check to be successful is set to 0%.

Changes made

  • Integrate Kover
  • Update the build workflow to report coverage on each PR

Note

  • The default coverage engine of Kover doesn't use the module's name as the XML report name. I've opened a ticket here to suggest an improvment. Until it is fixed, I've enabled JaCoCo as the coverage engine.
  • The jacoco-report GitHub Actions only list the coverage information of modules having changed files. I've requested an option to always display every module here.

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@MGaetan89 MGaetan89 linked an issue Jan 24, 2024 that may be closed by this pull request

This comment was marked as outdated.

Copy link

github-actions bot commented Jan 24, 2024

Code Coverage

Overall Project 25.27% 🟢

There is no coverage information present for the Files changed

@MGaetan89 MGaetan89 marked this pull request as ready for review January 24, 2024 13:02
@MGaetan89 MGaetan89 added this pull request to the merge queue Jan 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 25, 2024
@MGaetan89 MGaetan89 added this pull request to the merge queue Jan 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 25, 2024
@MGaetan89 MGaetan89 added this pull request to the merge queue Jan 26, 2024
Merged via the queue into main with commit 340bb20 Jan 26, 2024
8 checks passed
@MGaetan89 MGaetan89 deleted the 408-integrate-kover branch January 26, 2024 08:41
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

Successfully merging this pull request may close these issues.

Integrate Kover
2 participants