-
Notifications
You must be signed in to change notification settings - Fork 249
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
feat: adding wasm coverage #1233
base: master
Are you sure you want to change the base?
Conversation
Hey, I have two tips:
|
# Conflicts: # .github/workflows/coverage.yml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1233 +/- ##
=========================================
Coverage ? 79.61%
=========================================
Files ? 102
Lines ? 14606
Branches ? 0
=========================================
Hits ? 11629
Misses ? 2977
Partials ? 0 ☔ View full report in Codecov by Sentry. |
hey @frol @bbarwik I'm block and I will need help to continue with this issue.
The build and test is working locally for each directory, except from fungible-token, in some cases works and in others no. Here is an example of an error failures: I modified tests like this to run it locally but is still flaky. In another hand, CI is taking so many time to run, and also it's failing with this error when is running tests Caused by: You can take a look here to the entire workflow. I have my doubts about how the command --near works internally when is running in a pipeline and not locally. Any help will be welcome! thanks. |
#1174