Skip to content

Merge branch '1174-remove-any-and-as-ts-wrapup' of https://github.com…

4b7d295
Select commit
Loading
Failed to load commit list.
Merged

refactor: remove any and as throughout codebase #1323

Merge branch '1174-remove-any-and-as-ts-wrapup' of https://github.com…
4b7d295
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2026 in 0s

89.71% (target 80.00%)

View this Pull Request on Codecov

89.71% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 77.77778% with 114 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.71%. Comparing base (90df884) to head (4b7d295).

Files with missing lines Patch % Lines
src/service/routes/auth.ts 29.41% 24 Missing ⚠️
src/service/passport/activeDirectory.ts 39.13% 14 Missing ⚠️
src/service/routes/push.ts 86.66% 10 Missing ⚠️
src/proxy/routes/index.ts 50.00% 8 Missing ⚠️
src/service/passport/oidc.ts 66.66% 8 Missing ⚠️
src/config/ConfigLoader.ts 50.00% 6 Missing and 1 partial ⚠️
src/proxy/processors/push-action/pullRemote.ts 30.00% 7 Missing ⚠️
src/config/index.ts 33.33% 6 Missing ⚠️
src/db/file/users.ts 14.28% 6 Missing ⚠️
src/proxy/processors/push-action/parsePush.ts 73.33% 4 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1323      +/-   ##
==========================================
- Coverage   90.01%   89.71%   -0.31%     
==========================================
  Files          67       68       +1     
  Lines        4769     4880     +111     
  Branches      885      888       +3     
==========================================
+ Hits         4293     4378      +85     
- Misses        458      484      +26     
  Partials       18       18              

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.