andreas-stuerz / opn-cli

CLI for OPNsense Firewall using API Requests
BSD 2-Clause "Simplified" License
45 stars 8 forks source link

Static routes management #28

Closed andreas-stuerz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (982c4ba) compared to base (fca9650). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #28 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 104 110 +6 Lines 4165 4340 +175 ========================================== + Hits 4165 4340 +175 ``` | [Impacted Files](https://codecov.io/gh/andeman/opn-cli/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz) | Coverage Δ | | |---|---|---| | [opnsense\_cli/facades/commands/base.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2ZhY2FkZXMvY29tbWFuZHMvYmFzZS5weQ==) | `100.00% <ø> (ø)` | | | [opnsense\_cli/api/core/routes.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2FwaS9jb3JlL3JvdXRlcy5weQ==) | `100.00% <100.00%> (ø)` | | | [opnsense\_cli/cli.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2NsaS5weQ==) | `100.00% <100.00%> (ø)` | | | [opnsense\_cli/commands/core/route/\_\_init\_\_.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2NvbW1hbmRzL2NvcmUvcm91dGUvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [opnsense\_cli/commands/core/route/gateway.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2NvbW1hbmRzL2NvcmUvcm91dGUvZ2F0ZXdheS5weQ==) | `100.00% <100.00%> (ø)` | | | [opnsense\_cli/commands/core/route/static.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2NvbW1hbmRzL2NvcmUvcm91dGUvc3RhdGljLnB5) | `100.00% <100.00%> (ø)` | | | [...pnsense\_cli/facades/commands/core/route/gateway.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2ZhY2FkZXMvY29tbWFuZHMvY29yZS9yb3V0ZS9nYXRld2F5LnB5) | `100.00% <100.00%> (ø)` | | | [opnsense\_cli/facades/commands/core/route/static.py](https://codecov.io/gh/andeman/opn-cli/pull/28/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz#diff-b3Buc2Vuc2VfY2xpL2ZhY2FkZXMvY29tbWFuZHMvY29yZS9yb3V0ZS9zdGF0aWMucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+St%C3%BCrz)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.