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: Python Version Updates to CI/CD Workflows #298

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Fix: Python Version Updates to CI/CD Workflows #298

merged 4 commits into from
Dec 4, 2024

Conversation

f-allian
Copy link
Contributor

@f-allian f-allian commented Dec 3, 2024

  • Fix to previous PR. YAML parses unquoted value as a number, e.g. python-verison: 3.10 was parsed as python-version: 3.1. (see the raft of mentions by others here)

fix: quotation marks in python-version
fix: quotation marks in python-version
Copy link

github-actions bot commented Dec 3, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 36 0 1.05s
✅ PYTHON pylint 36 0 6.12s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Fix: versions in pyproject.toml
Fix: Python version in README
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.01%. Comparing base (83cbb3d) to head (18d0356).
Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #298   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files          29       29           
  Lines        1842     1842           
=======================================
  Hits         1787     1787           
  Misses         55       55           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83cbb3d...18d0356. Read the comment docs.

@f-allian f-allian self-assigned this Dec 4, 2024
@f-allian f-allian requested a review from jmafoster1 December 4, 2024 09:18
@f-allian f-allian marked this pull request as ready for review December 4, 2024 09:18
@f-allian f-allian merged commit bb2527b into main Dec 4, 2024
22 checks passed
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.

2 participants