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

Bugfix - make sure messaging is done immediately after an SDR granule is ready #28

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

adybbroe
Copy link
Contributor

Bugfix - make sure messaging is done immediately after an SDR granule is ready.

Clean up, re-factor and fix so messages are being sent immediately when SDR granule is ready

  • Closes #xxxx
  • Tests added
  • Tests passed: Passes pytest cspp_runner
  • Passes flake8
  • Fully documented

Adam.Dybbroe added 4 commits June 11, 2023 21:13
…en SDR granule is ready

Signed-off-by: Adam.Dybbroe <[email protected]>
Signed-off-by: Adam.Dybbroe <[email protected]>
Signed-off-by: Adam.Dybbroe <[email protected]>
@codecov
Copy link

codecov bot commented Jun 18, 2023

Codecov Report

Merging #28 (be3c85a) into main (6f22cca) will decrease coverage by 0.08%.
The diff coverage is 88.10%.

❗ Current head be3c85a differs from pull request most recent head 705a08b. Consider uploading reports for the commit 705a08b to get more accurate results

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   78.59%   78.51%   -0.08%     
==========================================
  Files          12       13       +1     
  Lines         995     1117     +122     
==========================================
+ Hits          782      877      +95     
- Misses        213      240      +27     
Flag Coverage Δ
unittests 78.51% <88.10%> (-0.08%) ⬇️

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

Impacted Files Coverage Δ
cspp_runner/viirs_dr_runner.py 96.61% <ø> (-0.06%) ⬇️
cspp_runner/post_cspp.py 68.42% <80.88%> (-0.19%) ⬇️
cspp_runner/runner.py 82.81% <82.22%> (-2.17%) ⬇️
cspp_runner/tests/test_runner.py 99.17% <97.77%> (+0.19%) ⬆️
cspp_runner/tests/conftest.py 100.00% <100.00%> (ø)
cspp_runner/tests/test_post_cspp.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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.

1 participant