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

Some code cleanup #184

Merged
merged 1 commit into from
May 2, 2024
Merged

Some code cleanup #184

merged 1 commit into from
May 2, 2024

Conversation

mcweba
Copy link
Collaborator

@mcweba mcweba commented May 1, 2024

No description provided.

Copy link

codecov bot commented May 1, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.80%. Comparing base (4e0bec7) to head (ff5b511).
Report is 20 commits behind head on develop.

Files Patch % Lines
.../org/swisspush/reststorage/RestStorageHandler.java 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #184      +/-   ##
=============================================
+ Coverage      62.42%   62.80%   +0.38%     
+ Complexity       417      413       -4     
=============================================
  Files             35       35              
  Lines           2685     2659      -26     
  Branches         307      299       -8     
=============================================
- Hits            1676     1670       -6     
+ Misses           845      830      -15     
+ Partials         164      159       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -9,7 +9,8 @@
import static org.awaitility.Awaitility.await;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
Copy link
Member

Choose a reason for hiding this comment

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

-  import static org.junit.Assert.assertThat;
+  import static org.hamcrest.MatcherAssert.assertThat;

I assume those changes are by intent.

@mcweba mcweba merged commit 412952b into develop May 2, 2024
6 checks passed
@mcweba mcweba deleted the feature/some_cleanup branch May 2, 2024 11:35
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