-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate node bindings using napi-rs - separate crate #665
Conversation
a900346
to
24d6a0c
Compare
Codecov Report
@@ Coverage Diff @@
## revert/hide-mocking-behind-test-utils #665 +/- ##
=========================================================================
+ Coverage 45.37% 52.39% +7.01%
=========================================================================
Files 242 245 +3
Lines 17602 18391 +789
Branches 3422 3961 +539
=========================================================================
+ Hits 7987 9636 +1649
+ Misses 7265 6044 -1221
- Partials 2350 2711 +361
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7c75476
to
b2213f7
Compare
36509b3
to
89c218f
Compare
b2213f7
to
238ce97
Compare
52a57d2
to
30c32bc
Compare
238ce97
to
78711b5
Compare
397f043
to
5b51a87
Compare
fa9fa01
to
b69ad8f
Compare
afbab2e
to
b140e9b
Compare
5c8ed7b
to
0247577
Compare
b0f22cd
to
559b6e2
Compare
1adb8a8
to
a2b777a
Compare
a2b777a
to
fb6c20f
Compare
Signed-off-by: Miroslav Kovar <[email protected]>
fb6c20f
to
d68e684
Compare
napi-rs
napiCode
- error code in NAPI terms, for errors throw from Rust code we always setGenericFailure
vcxErrKind
- error kind as string, egInvalidConfiguration
vcxErrCode
- error kind in its numeric representation, eg1016
vcxErrMessage
- error message created within Rust code, eg"Can not updated state with message: Message deserialization failed: {:?}"
Signed-off-by: Miroslav Kovar [email protected]