Minimalistic lambda-based hamcrest-style matcher in Kotlin, also works for Java. Without the overhead of creating separate matchers.
The reports are available locally, after running a build using make
- Checkstyle Report Main
- Checkstyle Report Test
- PMD Report Main
- PMD Report Test
- SonarLint Report Main
- SonarLint Report Test
- Test Report
- Jacoco Test Coverage Report
- PiTest Mutation Test Report
- SonarQube
(Requires SonarQube to be started with
make sonard
and analysis to be performed withmake sonarqube
)