| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Test ReportTest Results
Code Coverage (Java 25)
|
Sorry, something went wrong.
Remove automatic dependencies that made `./gradlew test` run on all JVMs (11, 17, 21, 25) and `check` pull in testng. Now `test` and `check` only run on Java 25 by default. Other JVM versions are still available via explicit tasks (testWithJava11, testWithJava17, etc.) used by CI matrix. Simplifies CI workflow commands by removing all -x exclusion flags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The check matrix entry runs static checks only (errorprone, etc.). Tests run in separate parallel matrix jobs. The Gradle check lifecycle depends on test, so we still need to exclude test/testng here. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
Test plan
🤖 Generated with Claude Code