Closed wtgee closed 2 years ago
Merging #290 (45d7cc2) into develop (d6714aa) will decrease coverage by
0.01%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## develop #290 +/- ##
===========================================
- Coverage 75.79% 75.78% -0.02%
===========================================
Files 26 26
Lines 1793 1792 -1
===========================================
- Hits 1359 1358 -1
Misses 434 434
Impacted Files | Coverage Δ | |
---|---|---|
src/panoptes/utils/config/client.py | 100.00% <ø> (ø) |
|
src/panoptes/utils/config/cli.py | 48.14% <50.00%> (ø) |
|
src/panoptes/utils/config/server.py | 39.23% <100.00%> (-0.47%) |
: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 d6714aa...45d7cc2. Read the comment docs.
Allow config server to properly run on different port by fixing the
server_is_running
heartbeat check.Also removes support for the
PANOPTES_CONFIG_FILE
env var.