GMOD / bbi-js

Parser for bigwig and bigbed files
MIT License
8 stars 6 forks source link

Add types-required lint rules #62

Closed cmdcolin closed 4 months ago

cmdcolin commented 8 months ago

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

codecov[bot] commented 7 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #62 +/- ## ========================================== + Coverage 86.83% 86.94% +0.11% ========================================== Files 10 10 Lines 562 567 +5 Branches 98 102 +4 ========================================== + Hits 488 493 +5 + Misses 73 72 -1 - Partials 1 2 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.