ssl-hep / ServiceX_App

REST Front End to ServiceX
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Add dashboard for transformation requests #109

Closed AndrewEckart closed 3 years ago

AndrewEckart commented 3 years ago

This PR contains two new web routes:

Replaces the remainder of #79.

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (f0f5e61) into develop (bb281ba) will increase coverage by 0.13%. The diff coverage is 100.00%.

:exclamation: Current head f0f5e61 differs from pull request most recent head 01c626a. Consider uploading reports for the commit 01c626a to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #109      +/-   ##
===========================================
+ Coverage    90.90%   91.04%   +0.13%     
===========================================
  Files           47       49       +2     
  Lines         1309     1329      +20     
  Branches       108      108              
===========================================
+ Hits          1190     1210      +20     
  Misses         106      106              
  Partials        13       13              
Impacted Files Coverage Δ
servicex/routes.py 100.00% <100.00%> (ø)
servicex/web/auth_callback.py 89.28% <100.00%> (ø)
servicex/web/global_dashboard.py 100.00% <100.00%> (ø)
servicex/web/user_dashboard.py 100.00% <100.00%> (ø)

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 bb281ba...01c626a. Read the comment docs.