We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the meantime I tried a java target using code coverage coverage, same behaviour. For testing purposes, I created the following example: petstore.zip Steps to reproduce: docker compose up cargo run fuzz --log-level debug --timeout 60 --coverage-format jacoco <path to petstore_openapi.yaml>
In the meantime I tried a java target using code coverage coverage, same behaviour.
For testing purposes, I created the following example:
petstore.zip
Steps to reproduce:
docker compose up cargo run fuzz --log-level debug --timeout 60 --coverage-format jacoco <path to petstore_openapi.yaml>
Originally posted by @ThomasTNO in #5 (comment)
LCOV testing setup: swagger_server.zip docker compose up cargo run fuzz --coverage-format lcov <path to openapi.yaml>
LCOV testing setup:
swagger_server.zip
docker compose up cargo run fuzz --coverage-format lcov <path to openapi.yaml>
The text was updated successfully, but these errors were encountered:
ThomasTNO
No branches or pull requests
Originally posted by @ThomasTNO in #5 (comment)
Originally posted by @ThomasTNO in #5 (comment)
The text was updated successfully, but these errors were encountered: