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

Define python_requires for ansible-test #348

Closed
wants to merge 5 commits into from
Closed

Define python_requires for ansible-test #348

wants to merge 5 commits into from

Conversation

mamercad
Copy link
Collaborator

Fixes #347.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (62f419e) 64.03% compared to head (e14dd37) 60.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #348      +/-   ##
==========================================
- Coverage   64.03%   60.90%   -3.14%     
==========================================
  Files          46       46              
  Lines        3617     3619       +2     
  Branches      743      743              
==========================================
- Hits         2316     2204     -112     
- Misses        995     1136     +141     
+ Partials      306      279      -27     
Flag Coverage Δ
integration 65.30% <ø> (-0.45%) ⬇️
sanity 26.00% <ø> (-0.02%) ⬇️
units 60.64% <ø> (ø)

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.

Copy link
Contributor

@gotmax23 gotmax23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

- ansible-core >= 2.12 (not including `devel`)
- ansible-core >= 2.14 (not including `devel`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can dropping support for ansible-core 2.12 and 2.13 be split out into a separate change? Dropping support for old ansible-core versions warrants a new major release and isn't really related to the issue at hand.

@mamercad mamercad closed this Jan 26, 2024
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.

Community package requirements: sanity tests
2 participants