flatironinstitute / mcmc-monitor

Monitor MCMC runs in the browser
Other
35 stars 0 forks source link

Update tab names per issue #87. #95

Closed jsoules closed 1 year ago

jsoules commented 1 year ago

Fix #87.

PR renames some tabular components and their descriptions in the tab metadata on RunPage.tsx.

Confirmed that the affected tabs still display as before.

codecov-commenter commented 1 year ago

Codecov Report

Merging #95 (89b3b0f) into main (ef52102) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   16.15%   16.15%           
=======================================
  Files          80       80           
  Lines        5854     5854           
  Branches      138      138           
=======================================
  Hits          946      946           
  Misses       4908     4908           
Flag Coverage Δ
gui_units 20.72% <0.00%> (ø)
svc_units 2.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pages/RunPage.tsx 0.00% <0.00%> (ø)
src/tabs/TablesTab/SummaryStatsTab.tsx 0.00% <0.00%> (ø)
src/tabs/TracePlotsTab.tsx 0.00% <0.00%> (ø)
src/tabs/index.ts 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

magland commented 1 year ago

Looks good.