SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

CIs should skip check and debug builds #188

Closed create-issue-branch[bot] closed 1 year ago

create-issue-branch[bot] commented 1 year ago
Original issue description CI times are getting out of hand. A check might be useful for quickly checking, but we are interested in builds. Running a check **and** a build is worthless. Furthermore, we only really care for Release builds, so Debug can be skipped.

closes #187

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (1e44267) 98.03% compared to head (a1e75b0) 98.03%.

:exclamation: Current head a1e75b0 differs from pull request most recent head bdd3813. Consider uploading reports for the commit bdd3813 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #188 +/- ## ======================================= Coverage 98.03% 98.03% ======================================= Files 14 14 Lines 51 51 ======================================= Hits 50 50 Misses 1 1 ```

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