• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Camelcade / Perl5-IDEA / #525521516
76%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2025 06:48PM UTC
Jobs 1
Files 1676
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Apr 2025 04:38PM UTC coverage: 82.156% (-0.02%) from 82.177%
#525521516

push

github

hurricup
[Sonarcube] Work around SonarScanner crash due to outdated commons-compress in JetBrains Gradle plugin

SonarScanner fails at runtime with NoSuchMethodError on TarArchiveInputStream#getNextEntry(),
because JetBrains' intellij-platform-gradle-plugin 2.5.0 bundles an old version of
commons-compress (likely 1.20) that lacks the expected method signature.

Gradle loads classes from this plugin before resolving buildscript dependencies, so
declaring the correct version in buildscript dependencies has no effect.

To work around this, we created a local Gradle plugin (`com.hurricup.gradle.fixcompress`)
in `buildSrc` that depends on the correct version of commons-compress (1.27.1). By
ensuring this plugin is applied early, we force Gradle to load the correct class version first.

This hack avoids patching JetBrains' plugin jar and makes the build succeed both locally
and on CI, without publishing anything to Maven.

30806 of 37497 relevant lines covered (82.16%)

0.82 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
85.0
-10.0% mason/mason2/core/src/main/java/com/perl5/lang/mason2/elementType/MasonNamespaceElementType.java
5
53.33
-33.33% mason/htmlmason/core/src/main/java/com/perl5/lang/htmlmason/idea/editor/notification/HTMLMasonPathsNotification.java
11
32.0
-44.0% mason/mason2/core/src/main/java/com/perl5/lang/mason2/psi/impl/MasonFlagsStatementImpl.java
Jobs
ID Job ID Ran Files Coverage
1 #525521516.1 19 Apr 2025 06:48PM UTC 1676
82.16
Source Files on build #525521516
  • Tree
  • List 1676
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #525521516
  • 03d3e5d1 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc