Open G-Rath opened 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.58%. Comparing base (
a20d843
) to head (5fc6cd3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Can we add a tsc run, at least?
Can we add a tsc run, at least?
Done - note that it requires using typescript
v5 since types like @types/node
require that version, which led to a weird "works locally but not in CI", but I think I've got that resolved and should be good enough for now 🤞
No dependency changes detected. Learn more about Socket for GitHub ↗︎
👍 No dependency changes detected in pull request
For now I've just typed these out manually based on what we're using internally - while it would be good to have some tests at some point, I'm hoping/recommending not blocking on that for now as I think the types are small enough to be easy to maintain manually for the time being.
Resolves #3090