Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS-41980 Handle nested jars for converter #663

Merged
merged 3 commits into from
Feb 25, 2025
Merged

Conversation

snowbagoly
Copy link
Contributor

Addresses issue TS-XXXXX

  • Changes are tested adequately
  • Agent's README.md updated in case of user-visible changes
  • CHANGELOG.md updated
  • Present new features in N&N
  • TGA Tutorial updated
  • TIA Tutorial updated

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.

@@ -46,8 +46,6 @@ class BashFileSkippingInputStream(input: InputStream) : FilterInputStream(Buffer
`in`.mark(BUFFER_SIZE)
bytesRead = `in`.read(buffer, 0, BUFFER_SIZE)
}

throw IOException("ZIP header not found in the input stream.")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the version before the Kotlin conversion we didn't throw an exception 🤷‍♀️

@DreierF DreierF enabled auto-merge February 25, 2025 14:02
@cqse-teamscale-io
Copy link

  • agent/src/main/java/com/teamscale/jacoco/agent/convert/Converter.java:43-65: [Test Gap] Changed method runJaCoCoReportGeneration has not been tested. (view in Teamscale)
  • report-generator/src/main/kotlin/com/teamscale/report/jacoco/FilteringAnalyzer.kt:71-76: [Test Gap] Changed method analyzeJar has not been tested. (view in Teamscale)

View all test gaps in Teamscale.

@DreierF DreierF merged commit af3965e into master Feb 25, 2025
7 of 8 checks passed
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