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

ci: use matrix for Python versions #120

Merged
merged 1 commit into from
Jun 26, 2022
Merged

ci: use matrix for Python versions #120

merged 1 commit into from
Jun 26, 2022

Conversation

P403n1x87
Copy link
Owner

With this change, we can use the install-python action for installing Python on all supported platforms.

@P403n1x87 P403n1x87 force-pushed the ci/python-matrix branch 3 times, most recently from aaf2c48 to e5906fb Compare June 24, 2022 14:07
@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #120 (3978aee) into devel (d86921b) will decrease coverage by 0.68%.
The diff coverage is n/a.

❗ Current head 3978aee differs from pull request most recent head 9e16e3c. Consider uploading reports for the commit 9e16e3c to get more accurate results

@@            Coverage Diff             @@
##            devel     #120      +/-   ##
==========================================
- Coverage   69.83%   69.15%   -0.69%     
==========================================
  Files          22       22              
  Lines        2347     2347              
  Branches      655      655              
==========================================
- Hits         1639     1623      -16     
- Misses        411      421      +10     
- Partials      297      303       +6     
Impacted Files Coverage Δ
src/py_string.h 67.94% <0.00%> (-15.39%) ⬇️
src/stack.h 81.29% <0.00%> (-2.88%) ⬇️
src/py_thread.c 71.86% <0.00%> (-1.74%) ⬇️
src/py_proc.c 61.16% <0.00%> (+1.21%) ⬆️
src/stats.c 95.55% <0.00%> (+6.66%) ⬆️

Continue to review full report at Codecov.

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

@P403n1x87 P403n1x87 force-pushed the ci/python-matrix branch 20 times, most recently from 379859b to 3978aee Compare June 26, 2022 10:33
@P403n1x87 P403n1x87 marked this pull request as ready for review June 26, 2022 11:45
With this change we can use the install-python action for installing
Python on all supported platforms.
@P403n1x87
Copy link
Owner Author

We cannot use the action on Linux because of issue actions/setup-python#442. This will be fixed later.

@P403n1x87 P403n1x87 merged commit d1e56c1 into devel Jun 26, 2022
@P403n1x87 P403n1x87 deleted the ci/python-matrix branch June 26, 2022 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant