GeminiDRSoftware / DRAGONS

Data Reduction for Astronomy from Gemini Observatory North and South
Other
27 stars 16 forks source link

Make port assignment configurable #459

Closed teald closed 3 months ago

teald commented 4 months ago

Adds port_number as a valid option in the interactive configuration option in .dragonsrc. E.g.,

[interactive]
port_number = 8203

The default is the same as it was before (5006).

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 64.21%. Comparing base (eefdd3c) to head (f60b947). Report is 5 commits behind head on master.

Files Patch % Lines
geminidr/interactive/interactive_config.py 0.00% 5 Missing :warning:
geminidr/interactive/server.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #459 +/- ## ========================================== - Coverage 64.22% 64.21% -0.02% ========================================== Files 292 292 Lines 36665 36673 +8 ========================================== Hits 23549 23549 - Misses 13116 13124 +8 ``` | [Flag](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | Coverage Δ | | |---|---|---| | [f2](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `24.64% <0.00%> (-0.01%)` | :arrow_down: | | [ghost](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `27.50% <0.00%> (-0.01%)` | :arrow_down: | | [gmosls](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `36.05% <0.00%> (-0.01%)` | :arrow_down: | | [gnirs](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `24.92% <0.00%> (-0.01%)` | :arrow_down: | | [gsaoi](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `17.09% <0.00%> (-0.01%)` | :arrow_down: | | [integration](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `33.60% <0.00%> (-0.01%)` | :arrow_down: | | [niri](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `25.25% <0.00%> (-0.01%)` | :arrow_down: | | [regression](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `31.97% <0.00%> (-0.01%)` | :arrow_down: | | [slow](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `48.17% <0.00%> (-0.02%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `47.77% <0.00%> (-0.02%)` | :arrow_down: | | [wavecal](https://app.codecov.io/gh/GeminiDRSoftware/DRAGONS/pull/459/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware) | `24.71% <0.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GeminiDRSoftware#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.