Closed dcramer closed 1 month ago
Attention: Patch coverage is 42.85714%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 74.60%. Comparing base (
c64d1e4
) to head (16e1c3e
). Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
apps/server/src/sentry.ts | 9.09% | 10 Missing :warning: |
apps/server/src/config.ts | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Disables Sentry in the test env as its causing issues (likely due to ESM) where dependencies report as undefined after import.
This also adjusts our server package to be ESM.