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

Cleanup #31

Merged
merged 14 commits into from
May 31, 2022
Merged

Cleanup #31

merged 14 commits into from
May 31, 2022

Conversation

NickCrews
Copy link
Contributor

No description provided.

NickCrews added 9 commits May 31, 2022 15:24
simply do `black **.*.py`
We test all python versions in GHA, so we don't really need it anymore.
A dev can just test locally with one version of python, and GHA can
cover the rest.
Now that I removed test/requirements.txt and put the deps
in setup.cfg, it crashes with
Error: No file in /home/runner/work/docopt-ng/docopt-ng matched to [**/requirements.txt], make sure you have checked out the target repository
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #31 (f0949e0) into master (4eca85f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files           1        1           
  Lines         492      492           
=======================================
  Hits          491      491           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4eca85f...f0949e0. Read the comment docs.

NickCrews added 5 commits May 31, 2022 16:17
move to pytest's new pathlib.Path API
- use pathlib.Path, not pypath
- use f-strings
@NickCrews NickCrews merged commit 88496b8 into master May 31, 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.

1 participant