Skip to content

Conversation

@Menelion
Copy link
Contributor

  • Start manual audit: remove dead code, extract ChangeSource, consolidate file size formatter
  • Remove UI-displayed strings for localizability
  • Continue manual audit, move a table from core to database
  • Replace null comparison with pattern matching
  • Fix bugs in storage; Add Code Style Corrector subagent for Claude Code
  • [WIP] fix sync engine
  • Finish auditing sync engine; Add local change notifications
  • Correct style with Claude agent

@Menelion Menelion added documentation Improvements or additions to documentation bug Something is not working as expected enhancement Improvement to an existing feature labels Feb 11, 2026
@Menelion Menelion self-assigned this Feb 11, 2026
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

❌ Patch coverage is 69.60600% with 162 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.21%. Comparing base (968d964) to head (ad3aa9f).

Files with missing lines Patch % Lines
src/SharpSync/Storage/WebDavStorage.cs 26.61% 87 Missing and 4 partials ⚠️
src/SharpSync/Sync/SyncEngine.cs 86.69% 23 Missing and 8 partials ⚠️
src/SharpSync/Storage/SftpStorage.cs 50.00% 18 Missing and 2 partials ⚠️
src/SharpSync/Storage/S3Storage.cs 73.68% 7 Missing and 8 partials ⚠️
src/SharpSync/Storage/FtpStorage.cs 76.19% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   76.12%   77.21%   +1.09%     
==========================================
  Files          42       44       +2     
  Lines        4850     4850              
  Branches      684      716      +32     
==========================================
+ Hits         3692     3745      +53     
+ Misses        911      853      -58     
- Partials      247      252       +5     

☔ 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

bug Something is not working as expected documentation Improvements or additions to documentation enhancement Improvement to an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant