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

Add option to also flip lines to reverse command #654

Merged
merged 4 commits into from
Aug 9, 2023
Merged

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Aug 9, 2023

Description

Add option to also flip lines to reverse command.

Also updated deps.

Checklist

  • feature/fix implemented
  • code formatting ok (black and ruff check .)
  • mypy returns no error
  • tests added/updated and pytest succeeds
  • documentation added/updated
    • command docstring and option/argument help
    • README.md updated (Feature Overview)
    • CHANGELOG.md updated
    • added new command to reference.rst
    • RTD doc updated and building with no error (make clean && make html in docs/)

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (141ff57) 94.77% compared to head (3a50da0) 94.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #654      +/-   ##
==========================================
+ Coverage   94.77%   94.78%   +0.01%     
==========================================
  Files          62       62              
  Lines        5724     5735      +11     
  Branches     1304     1308       +4     
==========================================
+ Hits         5425     5436      +11     
  Misses        182      182              
  Partials      117      117              
Files Changed Coverage Δ
tests/test_commands.py 99.08% <ø> (ø)
tests/test_model.py 100.00% <100.00%> (ø)
tests/test_types.py 100.00% <100.00%> (ø)
vpype/model.py 92.50% <100.00%> (+0.04%) ⬆️
vpype_cli/operations.py 97.08% <100.00%> (+0.02%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abey79 abey79 merged commit 833fcf2 into master Aug 9, 2023
14 checks passed
@abey79 abey79 deleted the feat-reverse branch August 9, 2023 20:03
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