-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
[master] Fix bug when return type is byte[] in OpenAPI spec generation #1469
[master] Fix bug when return type is byte[] in OpenAPI spec generation #1469
Conversation
...-bal-service/src/main/java/io/ballerina/openapi/converter/service/OpenAPIResponseMapper.java
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master ballerina-platform/openapi-tools#1469 +/- ##
============================================
+ Coverage 78.78% 78.84% +0.06%
- Complexity 1684 1697 +13
============================================
Files 124 124
Lines 9815 9886 +71
Branches 1596 1616 +20
============================================
+ Hits 7733 7795 +62
- Misses 1513 1518 +5
- Partials 569 573 +4
☔ View full report in Codecov by Sentry. |
openapi-cli/src/test/resources/ballerina-to-openapi/expected_gen/response/byte.yaml
Outdated
Show resolved
Hide resolved
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Purpose
Security checks
Test environment