Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jacoco/example-jacoco-kotlin-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: jacoco/example-jacoco-kotlin-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 25, 2025

  1. Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#53)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@4cec3d8...ea165f8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2025
    Copy the full SHA
    2e483ef View commit details
  2. Bump kotlin from 2.1.10 to 2.1.20 (#52)

    Bumps `kotlin` from 2.1.10 to 2.1.20.
    
    Updates `org.jetbrains.kotlin.jvm` from 2.1.10 to 2.1.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20)
    
    Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.10 to 2.1.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin.jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin.plugin.compose
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2025
    Copy the full SHA
    0b625dd View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 gradle/libs.versions.toml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
with:
validate-wrappers: true
- run: ./gradlew test jacocoTestReport
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: jacoco-report
path: build/reports/jacoco/test/html/
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.10"
kotlin = "2.1.20"
junit5 = "5.11.4"

[plugins]