Skip to content
Success

Changes

Summary

  1. Enable code coverage again for all modules (#153) (commit: 273534f) (details)
  2. Use default property for the jacoco agent (#154) (commit: b848262) (details)
Commit 273534f2e728dd6a891e97b5047df2994da21518 by GitHub
Enable code coverage again for all modules (#153)

Overhead should be neglectable for modules not having tests yet
Rely on Sonarcloud default paths for discovering jacoco reports (works
fine even for submodules)
(commit: 273534f)
The file was modified org.eclipse.sisu.inject/pom.xml (diff)
The file was modified org.eclipse.sisu.plexus/pom.xml (diff)
The file was modified pom.xml (diff)
Commit b848262e04d27c57f0fca4391b9bb3af9cf4e276 by GitHub
Use default property for the jacoco agent (#154)

Always append jacoco execution reports because of multiple m-surefire-p
executions (which may all contribute to the coverage)
(commit: b848262)
The file was modified pom.xml (diff)