Default to Teamscale Compact Coverage in NORMAL mode#909
Open
DreierF wants to merge 1 commit into
Open
Conversation
349c16e to
9d03d14
Compare
The agent now produces Teamscale Compact Coverage (JSON) by default in NORMAL mode, aligning with the Gradle plugin and reducing report size and upload time. The new orthogonal `report-format=TEAMSCALE_COMPACT_COVERAGE|JACOCO` option lets users fall back to JaCoCo XML. TESTWISE mode is unchanged. The `convert` CLI selects the format from the output file extension. `TeamscaleUploader.reupload` now infers the format from the on-disk file extension so pending retries survive an agent upgrade across the default-flip. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9d03d14 to
6240b1a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The agent now produces Teamscale Compact Coverage (JSON) by default in NORMAL mode, aligning with the Gradle plugin and reducing report size and upload time. The new orthogonal
report-format=COMPACT|JACOCOoption lets users fall back to JaCoCo XML. TESTWISE mode is unchanged. TheconvertCLI selects the format from the output file extension.TeamscaleUploader.reuploadnow infers the format from the on-disk file extension so pending retries survive an agent upgrade across the default-flip.Addresses issue TS-46042
Please respect the vote of the Teamscale bot or flag irrelevant findings as tolerated or false positives. If you feel that the Teamscale config needs adjustment, please state so in a comment and discuss this with your reviewer.