mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
129 stars 26 forks source link

initialize `gdal.config` only once #72

Closed mmomtchev closed 1 year ago

mmomtchev commented 1 year ago

Fixes #36 Finds a way around jest resetting modules between tests

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f4d6c4a) 90.65% compared to head (a5bd338) 90.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #72 +/- ## ======================================= Coverage 90.65% 90.66% ======================================= Files 95 95 Lines 10726 10729 +3 ======================================= + Hits 9724 9727 +3 Misses 1002 1002 ``` | [Impacted Files](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev) | Coverage Δ | | |---|---|---| | [lib/gdal.js](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-bGliL2dkYWwuanM=) | `92.25% <100.00%> (+0.01%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/72/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.