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

test: correct execution runner for coverage report #181

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

miketheman
Copy link
Owner

Prior refactoring to use poetry for dependency management, the coverage command was executed directly. This was changed to use poetry run to ensure the correct version of coverage was used.

However, the coverage report command was not updated to use poetry run and thus was not using the correct version of coverage.

Signed-off-by: Mike Fiedler miketheman@gmail.com

Prior refactoring to use `poetry` for dependency management, the
`coverage` command was executed directly. This was changed to use
`poetry run` to ensure the correct version of `coverage` was used.

However, the `coverage report` command was not updated to use `poetry
run` and thus was not using the correct version of `coverage`.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added the chore General maintenance items label Dec 29, 2022
@codeclimate
Copy link

codeclimate bot commented Dec 29, 2022

Code Climate has analyzed commit 5c06093 and detected 0 issues on this pull request.

View more on Code Climate.

@ghost
Copy link

ghost commented Dec 29, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@miketheman miketheman merged commit d1c3ddb into main Dec 29, 2022
@miketheman miketheman deleted the miketheman/update-test-runner branch December 29, 2022 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore General maintenance items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant