-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove Rust workflow for 0.1 #1064
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 0.1 #1064 +/- ##
=======================================
Coverage 70.27% 70.27%
=======================================
Files 64 64
Lines 6698 6698
=======================================
Hits 4707 4707
Misses 1991 1991
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Yes, the problem seems to be the exact same (an issue in the In any case, maybe we should remove not only the test, but also the crate itself, since now untested. What do you think? |
Out of curiosity, in 15dce6a I changed the return type of the Rust function to If yes, I can close this and open another PR with the fix. |
Since there is now #1067, we can even close this. |
Just following #1045 (comment). From the other PR I thought that the issue is only with macos, however ubuntu also failed, so I ended up removing the whole workflow.