mozilla / rust-code-analysis

Library to analyze and collect metrics on source code
https://mozilla.github.io/rust-code-analysis/
276 stars 49 forks source link

Fix random CI failure for Windows #1048

Closed Luni-4 closed 1 year ago

Luni-4 commented 1 year ago

This PR tries to fix the random failure for Windows starting from https://github.com/rust-lang/cargo/issues/9788#issuecomment-1552534388

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.01 :warning:

Comparison is base (726de3d) 74.18% compared to head (502ca2a) 74.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1048 +/- ## ========================================== - Coverage 74.18% 74.18% -0.01% ========================================== Files 64 64 Lines 15915 15915 ========================================== - Hits 11807 11806 -1 - Misses 4108 4109 +1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/mozilla/rust-code-analysis/pull/1048/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla)

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

marco-c commented 1 year ago

Windows CI has been fixed by https://github.com/mozilla/community-tc-config/pull/583.

marco-c commented 1 year ago

https://github.com/mozilla/community-tc-config/pull/586 should have fixed this.