mjpieters / aiolimiter

An efficient implementation of a rate limiter for asyncio.
https://aiolimiter.readthedocs.io/en/latest/
MIT License
488 stars 21 forks source link

ci: disable codecov upload on macos #267

Closed mjpieters closed 1 month ago

mjpieters commented 1 month ago

codecov-cli fails to run on the newer macos 12 image on azure:

./codecov: Bad CPU type in executable

We don't really need to upload coverage on every platform anyway.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (6cd270b) to head (e9e5643).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #267 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 61 61 Branches 6 6 ========================================= Hits 61 61 ```

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