google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.15k stars 347 forks source link

ci: don't try to upload code coverage on macOS #1020

Closed G-Rath closed 3 months ago

G-Rath commented 3 months ago

This keeps failing on macOS, so let's skip it for now

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.04%. Comparing base (f2a30a8) to head (e8d4ea7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1020 +/- ## ======================================= Coverage 65.04% 65.04% ======================================= Files 149 149 Lines 12252 12252 ======================================= Hits 7969 7969 Misses 3835 3835 Partials 448 448 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

G-Rath commented 3 months ago

fwiw CodeCov have said they hope to have a fix live by end of week 😅