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] [Spotless] Entire project running spotless #2016

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

MitchellGale
Copy link
Contributor

Description

Ran ./gradlew spotlessApply for entire project

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Mitchell Gale <[email protected]>
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #2016 (e9efd14) into 2.x (a85a142) will decrease coverage by 0.18%.
The diff coverage is 70.34%.

@@             Coverage Diff              @@
##                2.x    #2016      +/-   ##
============================================
- Coverage     97.51%   97.33%   -0.18%     
- Complexity     4658     4659       +1     
============================================
  Files           408      408              
  Lines         11931    12100     +169     
  Branches        831      830       -1     
============================================
+ Hits          11634    11778     +144     
- Misses          290      315      +25     
  Partials          7        7              
Flag Coverage Δ
sql-engine 97.33% <70.34%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...ources/exceptions/DataSourceNotFoundException.java 100.00% <ø> (ø)
...earch/sql/datasources/exceptions/ErrorMessage.java 0.00% <ø> (ø)
...model/transport/CreateDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...odel/transport/CreateDataSourceActionResponse.java 0.00% <ø> (ø)
...model/transport/DeleteDataSourceActionRequest.java 21.42% <0.00%> (+2.67%) ⬆️
...odel/transport/DeleteDataSourceActionResponse.java 0.00% <ø> (ø)
...es/model/transport/GetDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...s/model/transport/GetDataSourceActionResponse.java 0.00% <ø> (ø)
...model/transport/UpdateDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...odel/transport/UpdateDataSourceActionResponse.java 0.00% <ø> (ø)
... and 12 more

... and 174 files with indirect coverage changes

@Yury-Fridlyand Yury-Fridlyand merged commit c6b37d0 into opensearch-project:2.x Aug 22, 2023
13 of 15 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the sl_backport branch August 22, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants