nfischer / framily-tree

:beers: An interactive family tree for Theta Chi fraternity
https://nfischer.github.io/framily-tree/
MIT License
7 stars 13 forks source link

refactor: ignore untestable lines of code #50

Closed nfischer closed 4 months ago

nfischer commented 4 months ago

No change to logic. This adds /* istanbul ignore ... */ statements for code paths which are currently not easy to automatically test because the code depends on the browser environment.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (d45bf6f) to head (eb045ca).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ============================================ + Coverage 81.14% 100.00% +18.85% ============================================ Files 2 2 Lines 122 99 -23 ============================================ Hits 99 99 + Misses 23 0 -23 ```

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