Skip to content

Add kover#710

Merged
enotniy merged 1 commit into
developfrom
kitselyuk/add-kover
May 8, 2026
Merged

Add kover#710
enotniy merged 1 commit into
developfrom
kitselyuk/add-kover

Conversation

@enotniy
Copy link
Copy Markdown
Collaborator

@enotniy enotniy commented May 8, 2026

Test kover

Copilot AI review requested due to automatic review settings May 8, 2026 09:13
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR integrates JetBrains Kover into the Gradle build to generate code coverage reports and updates CI to publish the HTML coverage report to GitHub Pages on develop.

Changes:

  • Add and wire up the org.jetbrains.kotlinx.kover Gradle plugin via the version catalog/buildscript.
  • Enable Kover in common module configuration and configure root coverage aggregation inputs.
  • Update the GitHub Actions workflow to run coverage reporting and deploy the HTML report to GitHub Pages (on develop).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
modulesCommon.gradle Applies the Kover plugin to modules using the shared Gradle script.
gradle/libs.versions.toml Adds the Kover version and gradle plugin dependency to the buildscript bundle.
build.gradle Applies Kover at the root and declares aggregated coverage inputs via kover(project(...)).
.github/workflows/lint_unitTests_build.yml Runs coverage report generation and adds a Pages deployment job for develop.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +14 to +18
permissions:
contents: read
pages: write
id-token: write

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

@enotniy enotniy merged commit 052aea3 into develop May 8, 2026
10 checks passed
@enotniy enotniy deleted the kitselyuk/add-kover branch May 8, 2026 09:27
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.

2 participants