Closed cmdcolin closed 4 months ago
Attention: Patch coverage is 92.85714%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 86.94%. Comparing base (
4017d05
) to head (35b74c2
).:exclamation: Current head 35b74c2 differs from pull request most recent head 73d7cb5
Please upload reports for the commit 73d7cb5 to get more accurate results.
Files | Patch % | Lines |
---|---|---|
src/bbi.ts | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adopts improved typescript-eslint config, which does actual types-added lint checks like misused promises which is actually a tricky area given the combination of observer/rxjs with async and wiring async errors to the observer.error catcher which is a little non-trivial