csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
209 stars 27 forks source link

ci: fix caching for poetry #339

Closed csernazs closed 1 month ago

csernazs commented 1 month ago

If the python version used is updated at patch level (eg 3.12.1 -> 3.12.2) then the inputs.python-version will still be "3.12", and that leads to the venv and poetry to be restored from cache. This can potentionally cause issues.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.90%. Comparing base (0117dd0) to head (de51af9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #339 +/- ## ======================================= Coverage 95.90% 95.90% ======================================= Files 5 5 Lines 660 660 ======================================= Hits 633 633 Misses 27 27 ```

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