Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0rc1 #80

Merged
merged 228 commits into from Jul 2, 2022
Merged

v3.0.0rc1 #80

merged 228 commits into from Jul 2, 2022

Conversation

robamu
Copy link
Collaborator

@robamu robamu commented Jul 1, 2022

  • Overhaul of application architecture
  • Significant simplification of various modules to increase testability
  • Test coverage increased
  • Reduced number of modules significantly by moving code into the repective __init__ files where possible
  • GUI improved
  • Documentation improved
  • New logo
  • Simplified general package structure, remove src folder and have tmtccmd package and tests package in repo root
  • First CFDP handler components
  • Reduce usage of globals. The end goal is to remove them altogether
  • Reduce overall number of spawned threads
  • Added Sequence Count handling modules

@robamu robamu mentioned this pull request Jul 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2022

Codecov Report

Merging #80 (060fc9d) into main (8f69fa2) will increase coverage by 30.82%.
The diff coverage is 79.58%.

@@             Coverage Diff             @@
##             main      #80       +/-   ##
===========================================
+ Coverage   40.12%   70.95%   +30.82%     
===========================================
  Files          57       58        +1     
  Lines        3646     3704       +58     
===========================================
+ Hits         1463     2628     +1165     
+ Misses       2183     1076     -1107     
Flag Coverage Δ
unittests 70.95% <79.58%> (+30.82%) ⬆️

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

Impacted Files Coverage Δ
tmtccmd/core/base.py 100.00% <ø> (ø)
tmtccmd/core/globals_manager.py 87.09% <ø> (ø)
tmtccmd/logging/__init__.py 77.63% <ø> (ø)
tmtccmd/pus/pus_200_fsfw_mode.py 100.00% <ø> (ø)
tmtccmd/tm/pus_3_fsfw_hk.py 27.47% <ø> (ø)
tmtccmd/tm/pus_3_hk_base.py 66.66% <ø> (ø)
tmtccmd/tm/pus_8_funccmd.py 40.98% <ø> (ø)
tmtccmd/utility/__init__.py 100.00% <ø> (ø)
tmtccmd/utility/json.py 64.58% <ø> (ø)
tmtccmd/utility/obj_id.py 51.16% <ø> (ø)
... and 64 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@robamu robamu merged commit 3e98b80 into main Jul 2, 2022
@robamu robamu deleted the mueller/v3.0.0rc1 branch July 2, 2022 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants