Closed AngeloFilaseta closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
6ee3007
) to head (96ab20b
). Report is 984 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
:tada: This PR is included in version 34.1.4 :tada:
The release is available on:
34.1.4
Your semantic-release bot :package::rocket:
This PR will solve the following problem. It was caused by the spotbugs lib, which was incorrectly imported in a Kotlin/JS project using
compileOnly
. Spotbugs is already correctly configured in the rootbuild.gradle.kts
so I simply removed it in the specific project.