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

New workflow #18

Merged
merged 6 commits into from
Aug 13, 2022
Merged

New workflow #18

merged 6 commits into from
Aug 13, 2022

Conversation

lewoudar
Copy link
Collaborator

This will improve code quality using some well-known packages:

  • black and isort for formatting
  • safety to check package security

I also removed codecov package to use the official GitHub action since the package is deprecated

used some mkdocs-material features to enhance documentation
Since I found an issue with this custom type it is neither imported at the top-level __init__.py file nor documented since I commented that part
Installed package "safety" and added it in the noxfile.py and the ci configuration file
README.md: added a "black" code style label
@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2022

Codecov Report

Merging #18 (6da25d1) into master (a0032cb) will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #18   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         342    342           
=====================================
  Hits          342    342           
Impacted Files Coverage Δ
click_params/__init__.py 100% <100%> (ø)
click_params/base.py 100% <100%> (ø)
click_params/domain.py 100% <100%> (ø)
click_params/miscellaneous.py 100% <100%> (ø)
click_params/network.py 100% <100%> (ø)
click_params/numeric.py 100% <100%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lewoudar lewoudar merged commit d84abc7 into master Aug 13, 2022
@lewoudar lewoudar deleted the new-workflow branch August 13, 2022 18:56
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.

None yet

2 participants