-
Notifications
You must be signed in to change notification settings - Fork 30
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: add coveralls to ci #257
Conversation
Coverage reportThe coverage rate is
|
Actually I would take this PR to replace the comment from github actions with one from coveralls wdyt? |
done |
3bf36c9
to
c78d867
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
X Other (please describe): CI
What is the current behavior?
Resolves: #NA
What is the new behavior?
Does this introduce a breaking change?
No
Other information
It was investigated to check number of unwraps but it doesn't make any sense to do in rust, it's fine to just make sure by ourselves there are no unsafe unwraps. We can always come back and add it where most unsafe ones have been removed.
As for the criterion benchmarking it should come in a separate PR as we first need to precisely know what should be benchmarked.