Skip to content

Conversation

@jescalada
Copy link
Contributor

Fixes #1174.

Sets stub types to (`ReturnType<typeof vi.fn>`) to remove the any type
@netlify
Copy link

netlify bot commented Dec 15, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit b7b803c
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/69422a5ef1a8b00008bef989

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

❌ Patch coverage is 56.37982% with 147 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.69%. Comparing base (73b4831) to head (b7b803c).

Files with missing lines Patch % Lines
src/service/routes/auth.ts 13.79% 25 Missing ⚠️
src/config/ConfigLoader.ts 46.87% 16 Missing and 1 partial ⚠️
src/service/passport/activeDirectory.ts 25.00% 15 Missing ⚠️
src/config/index.ts 0.00% 12 Missing ⚠️
src/service/passport/oidc.ts 60.00% 10 Missing ⚠️
src/proxy/routes/index.ts 43.75% 9 Missing ⚠️
src/db/mongo/pushes.ts 22.22% 7 Missing ⚠️
src/proxy/processors/push-action/pullRemote.ts 22.22% 7 Missing ⚠️
src/db/file/users.ts 0.00% 6 Missing ⚠️
src/proxy/processors/push-action/parsePush.ts 50.00% 6 Missing ⚠️
... and 17 more

❌ Your patch check has failed because the patch coverage (56.37%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project check has failed because the head coverage (79.69%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1323      +/-   ##
==========================================
- Coverage   80.65%   79.69%   -0.97%     
==========================================
  Files          65       65              
  Lines        4575     4673      +98     
  Branches      774      797      +23     
==========================================
+ Hits         3690     3724      +34     
- Misses        870      934      +64     
  Partials       15       15              

☔ 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.

@jescalada
Copy link
Contributor Author

@kriswest This one's ready for review!

@jescalada jescalada requested review from a team and kriswest December 17, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up any and as in TS files

1 participant