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

Fixes #38: allow deletion/cancellation of jobs #39

Merged
merged 4 commits into from
Dec 22, 2021
Merged

Fixes #38: allow deletion/cancellation of jobs #39

merged 4 commits into from
Dec 22, 2021

Conversation

eshaan7
Copy link
Owner

@eshaan7 eshaan7 commented Dec 22, 2021

  • implement
  • tests
  • example py script
  • docs

@eshaan7 eshaan7 linked an issue Dec 22, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #39 (01c0099) into master (3374da2) will increase coverage by 1.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   85.28%   86.34%   +1.06%     
==========================================
  Files           6        6              
  Lines         231      249      +18     
  Branches       30       33       +3     
==========================================
+ Hits          197      215      +18     
  Misses         21       21              
  Partials       13       13              
Impacted Files Coverage Δ
flask_shell2http/api.py 83.72% <100.00%> (+4.30%) ⬆️

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 3374da2...01c0099. Read the comment docs.

@eshaan7 eshaan7 marked this pull request as ready for review December 22, 2021 15:24
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.

Possibility to interrupt command
1 participant