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(templates): Test workflow job now fails for unsupported Python versions in cookiecutter templates #2232

Conversation

ReubenFrankel
Copy link
Contributor

@ReubenFrankel ReubenFrankel commented Feb 10, 2024

Closes #2223


📚 Documentation preview 📚: https://meltano-sdk--2232.org.readthedocs.build/en/2232/

@edgarrmondragon edgarrmondragon changed the title fix: Fail test workflow job for unsupported Python versions fix(templates): Fail test workflow job for unsupported Python versions Feb 10, 2024
@edgarrmondragon edgarrmondragon changed the title fix(templates): Fail test workflow job for unsupported Python versions fix(templates): Fail test workflow job for unsupported Python versions in cookiecutter templates Feb 10, 2024
@edgarrmondragon edgarrmondragon changed the title fix(templates): Fail test workflow job for unsupported Python versions in cookiecutter templates fix(templates): Test workflow job now fails for unsupported Python versions in cookiecutter templates Feb 10, 2024
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (068beae) 88.47% compared to head (4da46fd) 88.47%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2232   +/-   ##
=======================================
  Coverage   88.47%   88.47%           
=======================================
  Files          54       54           
  Lines        4721     4721           
  Branches      919      919           
=======================================
  Hits         4177     4177           
  Misses        383      383           
  Partials      161      161           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

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

Thanks @ReubenFrankel!

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Feb 10, 2024
Merged via the queue into meltano:main with commit a9e5805 Feb 10, 2024
28 checks passed
@ReubenFrankel ReubenFrankel deleted the 2223-test-workflow-fail-for-unsupported-python-version branch February 10, 2024 10:57
edgarrmondragon pushed a commit that referenced this pull request Mar 6, 2024
…rsions in cookiecutter templates (#2232)

* Try to setup Poetry env for specific Python version before installing dependencies

* Keep running tests for other Python versions if others fail
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.

bug: Test workflow does not fail for unsupported Python versions
2 participants