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.4%. Comparing base (c482cb0) to head (50e52a7).

Files with missing lines Patch % Lines
...ing/swat/watch/impl/overflows/BaseFileVisitor.java 0.0% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main     #80   +/-   ##
=======================================
  Coverage     79.4%   79.4%           
+ Complexity     176     175    -1     
=======================================
  Files           23      23           
  Lines          774     774           
  Branches        89      89           
=======================================
  Hits           615     615           
  Misses          96      96           
  Partials        63      63           

☔ 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