Skip to content

CI: skip Jacoco report task in unit test matrix shards#10801

Closed
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-unit-tests-failure
Closed

CI: skip Jacoco report task in unit test matrix shards#10801
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-unit-tests-failure

Conversation

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown

PR Description

The unitTests / matrix-tests-template (0, 12) job was failing due to jacocoTestReport task resolution, not test failures. In shard runs, Gradle was finalizing test with Jacoco report generation and hitting Maven Central 403s on jacocoAnt dependencies.

  • Workflow change

    • Updated the unitTests matrix invocation in .github/workflows/ci.yml to run tests while excluding Jacoco report generation.
  • Resulting behavior

    • Matrix shards remain focused on executing selected unit tests.
    • Removes the Jacoco Ant/report artifact dependency from this CI path.
  • Code snippet

    gradle_task: "test -x jacocoTestReport"

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job unitTests / matrix-tests-template CI: skip Jacoco report task in unit test matrix shards Jun 8, 2026
Copilot finished work on behalf of tbenr June 8, 2026 10:33
Copilot AI requested a review from tbenr June 8, 2026 10:33
Copilot finished work on behalf of tbenr June 8, 2026 10:38
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@tbenr tbenr closed this Jun 8, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants