-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
[FEATURE] add unit test for runtime #13
Labels
enhancement
New feature or request
Comments
Does it means we need write a unit test for rust version? or just write a ci test workflow for cpp version? |
maybe a set of tests compiled to wasm, and test both rust and cpp |
Ok, I'll finish it later. |
yunwei37
changed the title
[FEATURE] enable codecov and add unit tests
[FEATURE] add unit test for runtime
Feb 28, 2023
You may also need to add tests for rust runtime in runtime/wasm-bpf-rs. |
Merged
Completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We need to enable codecov and improve unit tests for the runtime,as we did in eunomia-bpf project.
The text was updated successfully, but these errors were encountered: