DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
431 stars 58 forks source link

Fixed #[methods(crate = "...")]. #324

Open FrankHB opened 1 week ago

FrankHB commented 1 week ago

Fixed a typo so #[methods(crate = "...")] can work, instead of incorrectly update the configuration of the prefix.

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 68.31%. Comparing base (304db5d) to head (1a09385).

Files Patch % Lines
macro/src/methods.rs 0.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ======================================= Coverage 68.31% 68.31% ======================================= Files 83 83 Lines 12237 12237 ======================================= Hits 8360 8360 Misses 3877 3877 ```

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