andreas-stuerz / opn-cli

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

split api classes in folders core/ and plugin/ #13

Closed andreas-stuerz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (51f84aa) into main (c025876) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines         1439      1439           
=========================================
  Hits          1439      1439           
Impacted Files Coverage Δ
opnsense_cli/api/core/firmware.py 100.00% <ø> (ø)
opnsense_cli/api/plugin/firewall.py 100.00% <ø> (ø)
opnsense_cli/api/plugin/openvpn.py 100.00% <ø> (ø)
opnsense_cli/commands/firewall/alias.py 100.00% <100.00%> (ø)
opnsense_cli/commands/firewall/rule.py 100.00% <100.00%> (ø)
opnsense_cli/commands/openvpn.py 100.00% <100.00%> (ø)
opnsense_cli/commands/plugin.py 100.00% <100.00%> (ø)
opnsense_cli/facades/firewall_alias.py 100.00% <100.00%> (ø)
opnsense_cli/facades/firewall_rule.py 100.00% <100.00%> (ø)
opnsense_cli/facades/firmware.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 c025876...51f84aa. Read the comment docs.