Skip to content

👷 Test in Multiple Python Versions; Run Black, Coverage and Linter in most recent version only#70

Merged
hf-kklein merged 4 commits intodevelopfrom
python_v310
Nov 3, 2021
Merged

👷 Test in Multiple Python Versions; Run Black, Coverage and Linter in most recent version only#70
hf-kklein merged 4 commits intodevelopfrom
python_v310

Conversation

@hf-kklein
Copy link
Copy Markdown
Contributor

@hf-kklein hf-kklein commented Nov 1, 2021

Rationale:

  • The code formatter (black) needs to run only in 1 python version; use the latest one
  • The tests should cover all versions >= 3.8 (min version)
  • Other than the tests, the coverage measurement needs to happen only once; use the latest python version
  • Linting only needs to be done the most recent version

@hf-kklein hf-kklein changed the title run all actions on python 3.10 👷 Test in Multiple Python Versions; Run Black, Coverage and Linter in most recent version only Nov 1, 2021
@hf-kklein hf-kklein requested a review from hf-krechan November 1, 2021 14:46
@hf-kklein hf-kklein marked this pull request as ready for review November 1, 2021 14:46
Copy link
Copy Markdown
Collaborator

@hf-krechan hf-krechan left a comment

Choose a reason for hiding this comment

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

Excellent work

@hf-kklein hf-kklein merged commit ae4bb36 into develop Nov 3, 2021
@hf-kklein hf-kklein deleted the python_v310 branch November 3, 2021 10:55
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