Summary
Note: As the installation process changed in v0.7.0 we recommend you to take a look at our Installation Guideline if you installed a version of cifuzz < 0.7.0, because we recommend to uninstall previous cifuzz installations before installing v0.7.0 or higher.
- Support
coverage
command for Java projects
How to install
On Linux and macOS, remember to make the downloaded installer executable via chmod +x <installer file>
.
You can find more information in our README
What's Changed
- Fix installation guide by @adombeck in #429
- fix(docs): windows uninstall section by @mlsandnerCI in #430
- point to correct url for uninstall instructions by @MarkusZoppelt in #431
- fix: installer pipeline by @mlsandnerCI in #434
- fix bazel integration test on macOS by @MarkusZoppelt in #410
- build(deps): bump github.com/mattn/go-zglob from 0.0.3 to 0.0.4 by @dependabot in #436
- list correct dependencies for Java in README by @MarkusZoppelt in #435
- installer: Fix command to add cifuzz to PATH by @adombeck in #437
- trigger coverage run in 'cifuzz coverage' for maven/gradle by @MarkusZoppelt in #375
- integration-tests: run maven & gradle tests on windows by @florianGla in #428
- Don't try to check bazel dependencies by @adombeck in #438
- remove experimental label from Java create by @MarkusZoppelt in #439
Full Changelog: v0.7.0...v0.8.0