-
Notifications
You must be signed in to change notification settings - Fork 108
[CI]Improve workflow and CI #49
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
Comments
Yes we do need a ci for rustdoc |
#50 I think there is quite a lot of work that CI needs to do |
I'm interested in this one. Besides the points already listed, I think it might also be beneficial to consider adding CI for:
|
Thanks , but there are some CI that should be considered after the first version is released. Just not now |
Got it. I'll take this on. Please assign it to me. |
May we need show code coverage rate in readme. |
Sounds good. I'll take it into consideration. |
Considering the conversation, a simple approach to dynamically display a coverage badge could be achieved by integrating grcov and Codecov. I was wondering if we could look into using Codecov? Here's an example: https://github.com/codecov/example-rust/blob/main/.github/workflows/rust.yml |
Yes, we need to consider using it |
@dsp-ant A potential solution is to use Codecov for The benefits of using Codecov for Dynamically updated coverage badge in the Here's an example of how Codecov is used in another project: https://github.com/codecov/example-rust/blob/main/.github/workflows/rust.yml Please share your opinions and concerns specifically regarding the integration with the |
Hey, there's a crate (and I was one of the core contributors to there) which helps to generate github CI using rust. Would you like to give it a try and move all CI code to Rust? I can raise a PR |
Nowadays, many people can participate in development. I think it is necessary to first connect to CI
The text was updated successfully, but these errors were encountered: