ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.22k stars 115 forks source link

Upgrade GitHub Actions checkout@v4 #250

Closed cclauss closed 6 months ago

cclauss commented 8 months ago

https://github.com/actions/checkout/releases -->

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (728752d) 62.00% compared to head (690b5b0) 62.00%.

:exclamation: Current head 690b5b0 differs from pull request most recent head 839e916. Consider uploading reports for the commit 839e916 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #250 +/- ## ======================================= Coverage 62.00% 62.00% ======================================= Files 29 29 Lines 2858 2858 Branches 386 386 ======================================= Hits 1772 1772 Misses 998 998 Partials 88 88 ```

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

ionelmc commented 8 months ago

Yeah there should be an exception for that in pytest.ini. Also .github/workflows/github-actions.yml is generated (from ci/templates/.github/workflows/github-actions.yml).