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

Stability Update 20220425 #45

Merged
merged 11 commits into from
May 4, 2022
Merged

Stability Update 20220425 #45

merged 11 commits into from
May 4, 2022

Conversation

@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #45 (81e3fd0) into stable (14b3eb5) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           stable      #45      +/-   ##
==========================================
+ Coverage   91.58%   91.67%   +0.09%     
==========================================
  Files           9        9              
  Lines         713      721       +8     
  Branches       51       53       +2     
==========================================
+ Hits          653      661       +8     
  Misses         36       36              
  Partials       24       24              
Flag Coverage Δ
3.7 90.67% <100.00%> (+0.10%) ⬆️
3.8 90.76% <100.00%> (+0.10%) ⬆️
3.9 90.76% <100.00%> (+0.10%) ⬆️
macos-latest 89.36% <100.00%> (+0.12%) ⬆️
multicast 89.20% <100.00%> (+0.12%) ⬆️
ubuntu-latest 90.21% <100.00%> (+0.11%) ⬆️
windows-latest 87.65% <53.84%> (-1.44%) ⬇️

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

Impacted Files Coverage Δ
multicast/__init__.py 100.00% <ø> (ø)
multicast/recv.py 100.00% <100.00%> (ø)

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 14b3eb5...81e3fd0. Read the comment docs.

Copy link
Owner Author

@reactive-firewall reactive-firewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Need to track lack of documentation of the default '224.0.0.1' multicast group from some RFC-REF???
  • Need to track need to refactor hard-coded RFC compliant default too.
  • Need to use a default error handler rather than throw errors all over; even if the handler just throws an error. one place in the code is better than many.
    🤷🏻 Otherwise looks more stable to me

.github/tool_shlock_helper.sh Show resolved Hide resolved
.github/tool_shlock_helper.sh Show resolved Hide resolved
.github/tool_shlock_helper.sh Show resolved Hide resolved
multicast/recv.py Show resolved Hide resolved
multicast/recv.py Show resolved Hide resolved
multicast/recv.py Show resolved Hide resolved
multicast/recv.py Show resolved Hide resolved
multicast/recv.py Show resolved Hide resolved
@reactive-firewall reactive-firewall linked an issue May 2, 2022 that may be closed by this pull request
1 task
@reactive-firewall
Copy link
Owner Author

Note documentation on error codes found here 🏷️ for now.

@reactive-firewall reactive-firewall linked an issue May 2, 2022 that may be closed by this pull request
3 tasks
### ChangeLog:

Changes in file Makefile:
 ifeq "$(RMDIR)" ""
 install: init build must_be_root

Changes in file setup.cfg:
 summary = Python Multicast Repo for Send/Recv Stubs.

Changes in file setup.py:
 def readFile(filename):
### ChangeLog:

Changes in file setup.py:
 Unknown Changes
setup.py Outdated Show resolved Hide resolved
Copy link
Owner Author

@reactive-firewall reactive-firewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor fix needed for project.toml otherwise stable but increases tech debt.

Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
README.md Show resolved Hide resolved
setup.cfg Show resolved Hide resolved
setup.py Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
### ChangeLog:

Changes in file pyproject.toml:
 Unknown Changes
Multicast Project automation moved this from In progress to Resolved May 2, 2022
Multicast Project automation moved this from Resolved to Regressions May 2, 2022
@github-actions github-actions bot removed Multicast Any main project file changes Linter Any linter tool or setting file enhancements labels May 2, 2022
@reactive-firewall reactive-firewall moved this from Regressions to In progress in Multicast Project May 2, 2022
@reactive-firewall reactive-firewall linked an issue May 2, 2022 that may be closed by this pull request
### ChangeLog:

Changes in file multicast/__init__.py:
 Unknown Changes
Copy link
Owner Author

@reactive-firewall reactive-firewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a merge candidate for stable

multicast/__init__.py Show resolved Hide resolved
@reactive-firewall reactive-firewall mentioned this pull request May 2, 2022
### ChangeLog:

Changes in file .github/tool_shlock_helper.sh:
 Unknown Changes
Copy link
Owner Author

@reactive-firewall reactive-firewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 More debugging will just lead to unneeded churn in the PR
🤷🏻 keep it moving for now.

.github/tool_shlock_helper.sh Show resolved Hide resolved
@reactive-firewall reactive-firewall merged commit 62721b2 into stable May 4, 2022
Multicast Project automation moved this from In progress to Done May 4, 2022
@reactive-firewall reactive-firewall moved this from Done to Archive Backlog in Multicast Project May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment