eshaan7 / Flask-Shell2HTTP

Execute shell commands via HTTP server (via flask's endpoints).
https://flask-shell2http.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
170 stars 28 forks source link

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

Closed eshaan7 closed 2 years ago

eshaan7 commented 2 years ago
codecov[bot] commented 2 years ago

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%) :arrow_up:

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.