Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep release 5.0.12 #7929

Merged
merged 1 commit into from
Aug 3, 2024
Merged

Prep release 5.0.12 #7929

merged 1 commit into from
Aug 3, 2024

Conversation

bblommers
Copy link
Collaborator

@bblommers bblommers commented Aug 3, 2024

Fixes release process:

  • Commit version number changes before creating a release
  • This ensures that the PyPi release has the exact same changes as the commit it references
  • Include setup.cfg, as the version nr in that file hadn't been updated in some time

Also adds pytest markers to get rid of the dozens of warnings when running tests.
These markers were already defined in setup.cfg - not sure why they weren't picked up before though.

Includes some tiny code/test improvements, but no logic changes.

@bblommers bblommers added this to the 5.0.12 milestone Aug 3, 2024
Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.40%. Comparing base (0f25f2f) to head (817e7c9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7929      +/-   ##
==========================================
- Coverage   94.40%   94.40%   -0.01%     
==========================================
  Files        1109     1109              
  Lines       95214    95209       -5     
==========================================
- Hits        89886    89881       -5     
  Misses       5328     5328              
Flag Coverage Δ
servertests 29.12% <ø> (+<0.01%) ⬆️
unittests 94.37% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bblommers bblommers merged commit 434c7a1 into getmoto:master Aug 3, 2024
45 checks passed
@bblommers bblommers deleted the prep/5.0.12 branch August 3, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant