We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
With the v7.13.0 I face the issue that there are mutliple EnumConverterConfiguration with same package, which causes Jacoco to fail generate a report.
2nd I think EnumConverterConfiguration is missing @Generated annotation.
@Generated
v7.13.0
Clone https://github.com/mavarazo/mcve-openapi-jacoco Run $ ./gradlew test codeCoverageReport --stacktrace
https://github.com/mavarazo/mcve-openapi-jacoco
$ ./gradlew test codeCoverageReport --stacktrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug Report Checklist
Description
With the v7.13.0 I face the issue that there are mutliple EnumConverterConfiguration with same package, which causes Jacoco to fail generate a report.
2nd I think EnumConverterConfiguration is missing
@Generated
annotation.openapi-generator version
v7.13.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Clone
https://github.com/mavarazo/mcve-openapi-jacoco
Run
$ ./gradlew test codeCoverageReport --stacktrace
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: