-
Notifications
You must be signed in to change notification settings - Fork 181
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
JS-154: Bridge sends AST to plugin as multipart/form-data
#4711
JS-154: Bridge sends AST to plugin as multipart/form-data
#4711
Conversation
94d20b9
to
a39d70d
Compare
its/plugin/tests/src/test/java/com/sonar/javascript/it/plugin/SonarJsIntegrationTest.java
Show resolved
Hide resolved
sonar-plugin/bridge/src/main/java/org/sonar/plugins/javascript/bridge/BridgeServerImpl.java
Show resolved
Hide resolved
sonar-plugin/bridge/src/test/resources/mock-bridge/package.json
Outdated
Show resolved
Hide resolved
I don't understand the coverage issues for both these files, as they are indeed used in the tests: |
sonar-plugin/bridge/src/main/java/org/sonar/plugins/javascript/bridge/FormDataUtils.java
Show resolved
Hide resolved
sonar-plugin/bridge/src/main/java/org/sonar/plugins/javascript/bridge/FormDataUtils.java
Show resolved
Hide resolved
sonar-plugin/bridge/src/main/java/org/sonar/plugins/javascript/bridge/BridgeServerImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see some minor comments, otherwise lgtm!
Quality Gate failedFailed conditions |
No description provided.