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 handling of level from pyproject.toml #87

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

nwilbert
Copy link
Contributor

When the "level" is specified via pyproject.toml the value wasn't properly converted from str to the enum type. The is-comparisons with the enum values during processing then didn't work.

When the "level" is specified via pyproject.toml the value wasn't properly converted from str to the enum type. The is-comparisons with the enum values during processing then didn't work.
@codecov-commenter
Copy link

Codecov Report

Merging #87 (a2cf678) into master (084389f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   84.05%   84.05%           
=======================================
  Files           9        9           
  Lines         464      464           
  Branches       67       67           
=======================================
  Hits          390      390           
  Misses         63       63           
  Partials       11       11           
Impacted Files Coverage Δ
liccheck/command_line.py 75.30% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@ochedru
Copy link
Collaborator

ochedru commented Jul 27, 2022

Thank you for your PR!

@ochedru ochedru merged commit 5b6083e into dhatim:master Jul 27, 2022
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.

3 participants