-
I'm looking to set up CI/CD with pytest and codecov for my project. Github actions offers a way to define a matrix of docker environments to run like so
and so does hatch. Is it best practice if we're using hatch in our ci/cd pipeline to let hatch manage the test matrix instead of gh actions? |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Aug 11, 2022
Replies: 1 comment 1 reply
-
I would use the CI matrix and let Hatch default to creating env using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rbavery
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would use the CI matrix and let Hatch default to creating env using
python
on PATH.