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 ability to skip steps #84

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Conversation

blink1073
Copy link
Contributor

Add the ability to skip commands by name. Can be used to move pieces like check_links to another build to shorten release time.
Can be used to skip problematic sections (for example an npm-check in a Python package that would have caused problems).

@blink1073 blink1073 added the enhancement New feature or request label Jul 21, 2021
@blink1073 blink1073 added this to the 0.2 milestone Jul 21, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2021

Codecov Report

Merging #84 (1106f9e) into master (5b17742) will decrease coverage by 3.74%.
The diff coverage is 71.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   89.03%   85.29%   -3.75%     
==========================================
  Files          15       16       +1     
  Lines        1697     1911     +214     
  Branches      198      240      +42     
==========================================
+ Hits         1511     1630     +119     
- Misses        118      190      +72     
- Partials       68       91      +23     
Impacted Files Coverage Δ
jupyter_releaser/actions/draft_release.py 0.00% <0.00%> (ø)
jupyter_releaser/util.py 69.87% <51.42%> (-15.02%) ⬇️
jupyter_releaser/changelog.py 88.18% <62.50%> (-2.56%) ⬇️
jupyter_releaser/lib.py 74.28% <67.39%> (-3.46%) ⬇️
jupyter_releaser/npm.py 80.14% <70.37%> (-3.60%) ⬇️
jupyter_releaser/tee.py 82.05% <82.05%> (ø)
jupyter_releaser/tests/test_cli.py 96.54% <84.21%> (-1.30%) ⬇️
jupyter_releaser/__init__.py 100.00% <100.00%> (ø)
jupyter_releaser/cli.py 92.50% <100.00%> (+0.25%) ⬆️
jupyter_releaser/python.py 91.66% <100.00%> (+3.78%) ⬆️
... and 4 more

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 bea9fc2...1106f9e. Read the comment docs.

@blink1073 blink1073 modified the milestones: 0.2, 0.3 Jul 21, 2021
@blink1073 blink1073 merged commit 2d2f2dc into jupyter-server:master Jul 21, 2021
@blink1073 blink1073 deleted the add-skip branch July 21, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants