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

Fix typing for Python 3.9 and remove support for Python 3.13 #259

Draft
wants to merge 4 commits into
base: stable
Choose a base branch
from

Conversation

dgarros
Copy link
Contributor

@dgarros dgarros commented Jan 30, 2025

No description provided.

@dgarros dgarros force-pushed the dga-20250130-fix-253 branch from 931ef1d to 3782d1c Compare January 30, 2025 20:19
@github-actions github-actions bot added the group/ci Issue related to the CI pipeline label Jan 30, 2025
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
infrahub_sdk/ctl/utils.py 0.00% 2 Missing ⚠️
infrahub_sdk/ctl/check.py 0.00% 1 Missing ⚠️
infrahub_sdk/ctl/cli_commands.py 0.00% 1 Missing ⚠️
infrahub_sdk/ctl/generator.py 0.00% 1 Missing ⚠️
infrahub_sdk/ctl/importer.py 0.00% 1 Missing ⚠️
infrahub_sdk/ctl/repository.py 0.00% 1 Missing ⚠️
infrahub_sdk/ctl/validate.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (7f1ebbb) and HEAD (3782d1c). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (7f1ebbb) HEAD (3782d1c)
python-3.13 1 0
python-filler-3.12 1 0
python-3.10 1 0
python-3.11 1 0
python-3.12 1 0
python-3.9 1 0
@@             Coverage Diff             @@
##           stable     #259       +/-   ##
===========================================
- Coverage   70.36%   22.45%   -47.91%     
===========================================
  Files          82       82               
  Lines        7497     7500        +3     
  Branches     1389     1387        -2     
===========================================
- Hits         5275     1684     -3591     
- Misses       1848     5654     +3806     
+ Partials      374      162      -212     
Flag Coverage Δ
integration-tests 22.45% <0.00%> (-0.01%) ⬇️
python-3.10 ?
python-3.11 ?
python-3.12 ?
python-3.13 ?
python-3.9 ?
python-filler-3.12 ?

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

Files with missing lines Coverage Δ
infrahub_sdk/ctl/check.py 0.00% <0.00%> (-27.05%) ⬇️
infrahub_sdk/ctl/cli_commands.py 0.00% <0.00%> (-58.83%) ⬇️
infrahub_sdk/ctl/generator.py 0.00% <0.00%> (-23.64%) ⬇️
infrahub_sdk/ctl/importer.py 0.00% <0.00%> (-57.15%) ⬇️
infrahub_sdk/ctl/repository.py 0.00% <0.00%> (-80.56%) ⬇️
infrahub_sdk/ctl/validate.py 0.00% <0.00%> (-52.86%) ⬇️
infrahub_sdk/ctl/utils.py 0.00% <0.00%> (-66.43%) ⬇️

... and 69 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/ci Issue related to the CI pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants