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
133 stars 26 forks source link

Propagate errors in the multiplexer #57

Closed mmomtchev closed 1 year ago

mmomtchev commented 1 year ago

Fixes #56

codecov-commenter commented 1 year ago

Codecov Report

Base: 90.61% // Head: 90.63% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (62f0a2c) compared to base (bb67eba). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #57 +/- ## ========================================== + Coverage 90.61% 90.63% +0.02% ========================================== Files 95 95 Lines 10693 10704 +11 ========================================== + Hits 9689 9702 +13 + Misses 1004 1002 -2 ``` | [Impacted Files](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev) | Coverage Δ | | |---|---|---| | [lib/calc.js](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-bGliL2NhbGMuanM=) | `95.41% <100.00%> (+0.14%)` | :arrow_up: | | [lib/multiplexer.js](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-bGliL211bHRpcGxleGVyLmpz) | `89.86% <100.00%> (+0.29%)` | :arrow_up: | | [src/utils/ptr\_manager.cpp](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-c3JjL3V0aWxzL3B0cl9tYW5hZ2VyLmNwcA==) | `98.69% <0.00%> (-0.01%)` | :arrow_down: | | [lib/readable.js](https://codecov.io/gh/mmomtchev/node-gdal-async/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Momtchil+Momtchev#diff-bGliL3JlYWRhYmxlLmpz) | `95.67% <0.00%> (+1.08%)` | :arrow_up: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.