containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

ci: Separate CI testing to Check and Build #174

Closed justxuewei closed 1 year ago

justxuewei commented 1 year ago

ci: Separate CI testing to Check and Build

Disable the duplicated CI testing named "Clippy Check", and separate the Build action into two parts: "Check" and "Build".

Signed-off-by: Xuewei Niu niuxuewei.nxw@antgroup.com

codecov[bot] commented 1 year ago

Codecov Report

Base: 25.71% // Head: 25.71% // No change to project coverage :thumbsup:

Coverage data is based on head (3522dac) compared to base (4ad4088). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #174 +/- ## ======================================= Coverage 25.71% 25.71% ======================================= Files 16 16 Lines 2399 2399 ======================================= Hits 617 617 Misses 1782 1782 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=containerd). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=containerd)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.