Closed AndrewEckart closed 3 years ago
Merging #121 (edd7d29) into develop (73d2f27) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #121 +/- ##
========================================
Coverage 91.07% 91.07%
========================================
Files 48 48
Lines 1334 1334
Branches 110 110
========================================
Hits 1215 1215
Misses 106 106
Partials 13 13
Impacted Files | Coverage Δ | |
---|---|---|
servicex/web/global_dashboard.py | 100.00% <ø> (ø) |
|
servicex/web/user_dashboard.py | 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 73d2f27...edd7d29. Read the comment docs.
This PR contains a few updates to the dashboards:
finish_time
finish_time
desc,submit_time
desc) order. This is more intuitive: any ongoing requests are shown at the top (latest first), with completed requests appearing after that (most recently completed first).Fixes #114