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: replace coverage command #99

Merged
merged 1 commit into from Dec 23, 2021
Merged

test: replace coverage command #99

merged 1 commit into from Dec 23, 2021

Conversation

miketheman
Copy link
Owner

Using pytest-cov wasn't conducive to testing pytest plugins.

Replace the plugin with command line invocation.

The pyproject.toml syntax needed to be updated to have all entries in
the include list to be the same type of object, thanks to to the
toml library.

Resolves #58

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

Using pytest-cov wasn't conducive to testing pytest **plugins**.

Replace the plugin with command line invocation.

The `pyproject.toml` syntax needed to be updated to have all entries in
the `include` list to be the same type of object, thanks to to the
`toml` library.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added the chore General maintenance items label Dec 23, 2021
@miketheman miketheman self-assigned this Dec 23, 2021
@miketheman miketheman added this to the 0.50.0 milestone Dec 23, 2021
@codeclimate
Copy link

codeclimate bot commented Dec 23, 2021

Code Climate has analyzed commit 6e05d52 and detected 0 issues on this pull request.

View more on Code Climate.

@miketheman miketheman merged commit 8921ea8 into main Dec 23, 2021
@miketheman miketheman deleted the coverage branch December 23, 2021 21:33
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.

coverage reporting shows missing code, despite being run
1 participant