Skip to content

Conversation

@sungshik
Copy link
Contributor

Before this PR, when the overflow rescanner tried to scan a directory/file that doesn't exist, a message would be logged at ERROR level. This is a bit confusing to users, as it isn't really an error but a normal situation that can happen (and is harmless; just skipping the directory/file in that case, as is done, is fine). After this PR, these messages are logged at DEBUG level.

Fixes #79

…(as they aren't really errors, but still worth reporting)
@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.5%. Comparing base (ce46e33) to head (e0f21ac).
⚠️ Report is 59 commits behind head on main.

Files with missing lines Patch % Lines
...ing/swat/watch/impl/overflows/BaseFileVisitor.java 0.0% 3 Missing ⚠️

❌ Your patch check has failed because the patch coverage (0.0%) is below the target coverage (50.0%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #80     +/-   ##
=========================================
- Coverage     81.9%   79.5%   -2.4%     
- Complexity     166     176     +10     
=========================================
  Files           23      23             
  Lines          827     774     -53     
  Branches        97      89      -8     
=========================================
- Hits           678     616     -62     
- Misses          90      96      +6     
- Partials        59      62      +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

NoSuchFileException after removing target/classes externally using rm -rf

1 participant