Skip to content
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

[Backport 2.x] Fix response codes returned by JSON formatting them #2200

Merged
merged 1 commit into from
Oct 3, 2023

Fix response codes returned by JSON formatting them (#2156)

5f1984f
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix response codes returned by JSON formatting them #2200

Fix response codes returned by JSON formatting them (#2156)
5f1984f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2023 in 0s

96.59% (target 99.00%), passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

96.59% (target 99.00%), passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Merging #2200 (5f1984f) into 2.x (3f51079) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                2.x    #2200   +/-   ##
=========================================
  Coverage     96.59%   96.59%           
  Complexity     4752     4752           
=========================================
  Files           437      437           
  Lines         12693    12699    +6     
  Branches        859      859           
=========================================
+ Hits          12261    12267    +6     
  Misses          422      422           
  Partials         10       10           
Files Coverage Δ
...anner/physical/datasource/DataSourceTableScan.java 100.00% <100.00%> (ø)
...ces/transport/TransportCreateDataSourceAction.java 100.00% <100.00%> (ø)
...ces/transport/TransportUpdateDataSourceAction.java 100.00% <100.00%> (ø)