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

Cli protocol settings via yaml input #770

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

richardjgowers
Copy link
Contributor

Checklist

  • Added a news entry

Developers certificate of origin

@pep8speaks
Copy link

pep8speaks commented Mar 8, 2024

Hello @richardjgowers! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 100:80: E501 line too long (99 > 79 characters)
Line 102:80: E501 line too long (85 > 79 characters)

Line 23:80: E501 line too long (82 > 79 characters)
Line 162:5: E265 block comment should start with '# '
Line 165:5: E265 block comment should start with '# '
Line 229:80: E501 line too long (86 > 79 characters)
Line 230:80: E501 line too long (90 > 79 characters)
Line 253:80: E501 line too long (82 > 79 characters)
Line 266:80: E501 line too long (80 > 79 characters)
Line 314:80: E501 line too long (80 > 79 characters)
Line 315:27: W291 trailing whitespace

Line 92:80: E501 line too long (86 > 79 characters)
Line 96:80: E501 line too long (85 > 79 characters)
Line 103:80: E501 line too long (86 > 79 characters)
Line 104:80: E501 line too long (83 > 79 characters)
Line 105:80: E501 line too long (89 > 79 characters)
Line 106:80: E501 line too long (86 > 79 characters)
Line 136:80: E501 line too long (116 > 79 characters)
Line 143:19: W291 trailing whitespace
Line 147:80: E501 line too long (106 > 79 characters)
Line 158:28: W291 trailing whitespace
Line 162:80: E501 line too long (96 > 79 characters)

Comment last updated at 2024-03-11 15:27:24 UTC

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 99.00990% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.84%. Comparing base (fd91902) to head (8df0b05).
Report is 3 commits behind head on main.

Files Patch % Lines
openfecli/parameters/plan_network_options.py 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #770      +/-   ##
==========================================
+ Coverage   91.76%   91.84%   +0.08%     
==========================================
  Files         133      133              
  Lines        9748     9839      +91     
==========================================
+ Hits         8945     9037      +92     
+ Misses        803      802       -1     
Flag Coverage Δ
fast-tests 91.84% <99.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@richardjgowers richardjgowers force-pushed the cli_protocol_settings branch 2 times, most recently from 4987302 to 8df0b05 Compare March 11, 2024 15:27
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