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

Duplicate commands #29

Merged
merged 9 commits into from
Sep 29, 2023
Merged

Duplicate commands #29

merged 9 commits into from
Sep 29, 2023

Conversation

ppinchuk
Copy link
Collaborator

Add support for duplicate pipeline commands (step names must still be unique)

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (324acba) 98.11% compared to head (2567432) 98.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   98.11%   98.13%   +0.02%     
==========================================
  Files          28       28              
  Lines        2860     2892      +32     
  Branches      480      485       +5     
==========================================
+ Hits         2806     2838      +32     
  Misses         34       34              
  Partials       20       20              
Flag Coverage Δ
unittests 98.13% <100.00%> (+0.02%) ⬆️

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

Files Coverage Δ
gaps/cli/cli.py 100.00% <100.00%> (ø)
gaps/cli/command.py 100.00% <ø> (ø)
gaps/cli/config.py 100.00% <100.00%> (ø)
gaps/cli/documentation.py 100.00% <ø> (ø)
gaps/cli/execution.py 100.00% <ø> (ø)
gaps/cli/reset.py 97.67% <100.00%> (ø)
gaps/cli/status.py 89.88% <100.00%> (ø)
gaps/legacy.py 100.00% <100.00%> (ø)
gaps/pipeline.py 98.98% <100.00%> (+0.12%) ⬆️
gaps/status.py 99.51% <100.00%> (ø)
... and 1 more

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

@ppinchuk ppinchuk linked an issue Sep 28, 2023 that may be closed by this pull request
@ppinchuk ppinchuk merged commit 1b9f51e into main Sep 29, 2023
10 checks passed
@ppinchuk ppinchuk deleted the pp/duplicate_commands branch September 29, 2023 00:07
github-actions bot pushed a commit that referenced this pull request Sep 29, 2023
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.

Allow repeated pipeline steps
2 participants