Skip to content

Migrate2 codecov#389

Closed
VolkerHartmann wants to merge 65 commits into
masterfrom
migrate2Codecov
Closed

Migrate2 codecov#389
VolkerHartmann wants to merge 65 commits into
masterfrom
migrate2Codecov

Conversation

@VolkerHartmann

@VolkerHartmann VolkerHartmann commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Build & Reliability

    • Updated the Gradle wrapper and build tooling for improved compatibility and reliability.
    • Refreshed application, testing, documentation, and security-analysis components.
  • CI/CD

    • Improved workflow consistency by pinning automation actions to specific releases.
    • Replaced Coveralls reporting with Codecov coverage uploads.
    • Updated Docker image publishing and security analysis workflows.

renovate Bot and others added 30 commits July 29, 2025 14:12
…ndencycheck-12.x

chore(deps): update plugin org.owasp.dependencycheck to v12.2.2
…action-4.x

chore(deps): update github/codeql-action action to v4
chore(deps): update plugin org.springframework.boot to v3.5.14
…mbok-8.x

chore(deps): update plugin io.freefair.lombok to v8.14.4
…gradle-git-properties-2.x

chore(deps): update plugin com.gorylenko.gradle-git-properties to v2.5.7
fix(deps): update dependency lombok to v1.18.46
renovate Bot and others added 28 commits May 28, 2026 01:06
…ush-action-7.x

chore(deps): update docker/build-push-action action to v7
…ut-6.x

chore(deps): update actions/checkout action to v6
…nager-repo-core-1.x

fix(deps): update dependency edu.kit.datamanager:repo-core to v1.2.7
fix(deps): update springdocversion to v2.8.17
fix(deps): update dependency com.google.guava:guava to v33.6.0-jre
…a-action-6.x

chore(deps): update docker/metadata-action action to v6
…ction-4.x

chore(deps): update docker/login-action action to v4
…nager-service-base-1.x

fix(deps): update dependency edu.kit.datamanager:service-base to v1.3.6
…uildx-action-4.x

chore(deps): update docker/setup-buildx-action action to v4
…ocker-action-5.x

chore(deps): update docker/setup-docker-action action to v5
…npath-json-path-2.x

fix(deps): update dependency com.jayway.jsonpath:json-path to v2.10.0
…k-monorepo

fix(deps): update dependency org.junit:junit-bom to v5.14.4
fix(deps): update dependency jacoco to v0.8.15
…emu-action-4.x

chore(deps): update docker/setup-qemu-action action to v4
…-6.x

chore(deps): update gradle/actions action to v6
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6eabd2a7-c797-43de-8d41-6d331cb91a2e

📥 Commits

Reviewing files that changed from the base of the PR and between 575b102 and 68bad73.

⛔ Files ignored due to path filters (1)
  • gradle/wrapper/gradle-wrapper.jar is excluded by !**/*.jar
📒 Files selected for processing (7)
  • .github/workflows/codeql-analysis.yml
  • .github/workflows/docker-publish.yml
  • .github/workflows/gradle.yml
  • build.gradle
  • gradle/wrapper/gradle-wrapper.properties
  • gradlew
  • gradlew.bat

📝 Walkthrough

Walkthrough

The pull request updates GitHub Actions versions, Gradle plugins and dependencies, the Gradle wrapper distribution, and POSIX and Windows wrapper scripts. The Gradle workflow also changes coverage reporting from Coveralls to Codecov.

Changes

CI workflow updates

Layer / File(s) Summary
Pin CI workflow actions
.github/workflows/codeql-analysis.yml, .github/workflows/docker-publish.yml
CodeQL and Docker publishing workflows replace major-version action tags with pinned revisions.
Update Gradle workflow reporting
.github/workflows/gradle.yml
Setup actions are pinned, and coverage reporting changes from Coveralls to conditional Codecov upload of the JaCoCo XML report.

Gradle build updates

Layer / File(s) Summary
Update build tooling and dependencies
build.gradle
Plugin, library, test dependency, repository, JaCoCo, and duplicate-resource configuration versions or syntax are updated.
Update Gradle wrapper distribution
gradle/wrapper/gradle-wrapper.properties
The wrapper distribution changes to Gradle 9.6.1 with retry and distribution URL validation settings.

Gradle launcher scripts

Layer / File(s) Summary
Update POSIX launcher execution
gradlew
The POSIX launcher updates metadata and path handling, validates Java availability, removes CLASSPATH usage, and invokes the wrapper JAR with -jar.
Update Windows launcher execution
gradlew.bat
The Windows launcher updates metadata, Java failure handling, wrapper invocation, and exit handling.

Estimated code review effort: 4 (Complex) | ~45 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch migrate2Codecov

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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