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

Address info level code smells #2361

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Address info level code smells #2361

merged 1 commit into from
Aug 6, 2021

Conversation

steven-sheehy
Copy link
Member

@steven-sheehy steven-sheehy commented Aug 5, 2021

Description:

  • Fix info level code smells
  • Remove unused REST API performance tests
  • Remove unused TimestampConverter

Related issue(s):

Fixes #2336

Notes for reviewer:
There was one info code smell for perf test. Instead of fixing I just removed the whole folder 😄 . But we don't use the REST API performance and we rely on k6 tests now anyway.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@steven-sheehy steven-sheehy added enhancement Type: New feature P3 test Test infrastructure, automated tests required, etc labels Aug 5, 2021
@steven-sheehy steven-sheehy added this to the Mirror 0.38.1 milestone Aug 5, 2021
@steven-sheehy steven-sheehy requested a review from a team August 5, 2021 22:53
@steven-sheehy steven-sheehy self-assigned this Aug 5, 2021
@steven-sheehy steven-sheehy changed the title Address info level code smells & remove REST performance tests Address info level code smells Aug 5, 2021
@codecov
Copy link

codecov bot commented Aug 5, 2021

Codecov Report

Merging #2361 (edc8456) into main (ca7ffa4) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2361   +/-   ##
=========================================
  Coverage     84.38%   84.39%           
+ Complexity     2315     2308    -7     
=========================================
  Files           440      439    -1     
  Lines         12004    11977   -27     
  Branches       1022     1020    -2     
=========================================
- Hits          10130    10108   -22     
+ Misses         1556     1551    -5     
  Partials        318      318           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca7ffa4...edc8456. Read the comment docs.

Nana-EC
Nana-EC previously approved these changes Aug 5, 2021
Copy link
Contributor

@Nana-EC Nana-EC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
@sonarcloud
Copy link

sonarcloud bot commented Aug 5, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@xin-hedera xin-hedera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steven-sheehy steven-sheehy merged commit 2b8a43a into main Aug 6, 2021
@steven-sheehy steven-sheehy deleted the code-smells-info branch August 6, 2021 17:14
steven-sheehy added a commit that referenced this pull request Aug 10, 2021
* Fix info level code smells
* Remove unused REST API performance tests
* Remove unused TimestampConverter

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature P3 test Test infrastructure, automated tests required, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix info code smells
4 participants