Closed bhazelton closed 2 years ago
Merging #611 (b438a9a) into main (740e647) will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #611 +/- ##
==========================================
- Coverage 98.11% 98.10% -0.02%
==========================================
Files 35 35
Lines 5090 5007 -83
==========================================
- Hits 4994 4912 -82
+ Misses 96 95 -1
Impacted Files | Coverage Δ | |
---|---|---|
hera_mc/correlator.py | 100.00% <100.00%> (+0.29%) |
:arrow_up: |
hera_mc/mc_session.py | 99.62% <100.00%> (-0.04%) |
:arrow_down: |
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 740e647...b438a9a. Read the comment docs.
The codecov project level check is failing because I removed a bunch of lines of code. But the patch check (which is the required one) is passing and the full codecov report shows that all the new lines are covered and that number of uncovered lines actually decreased.
Thanks for updating this. I've looked through and from a dashboard approach I think we will be good with all this. I'll leave the rubber stamping for @dannyjacobs
Rubber stamp.
Description
Add the following tables:
array_signal_source: Array-wide information about the commanded signal source
correlator_component_event_time: When correlator components had an event (related to normal observing)
Remove the following tables:
Motivation and Context
First part of work outlined in #606, covering the tables that have the required info in redis now.
Types of changes
Checklist:
Schema change:
Breaking change checklist: