andreas-stuerz / opn-cli

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

fix multiple plugin operations in short time #12

Closed andreas-stuerz closed 3 years ago

andreas-stuerz commented 3 years ago

fix bug: multiple plugins operations are now working

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (303dcf9) into main (f2a0231) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        56    +1     
  Lines         1349      1439   +90     
=========================================
+ Hits          1349      1439   +90     
Impacted Files Coverage Δ
opnsense_cli/api/core.py 100.00% <100.00%> (ø)
opnsense_cli/commands/plugin.py 100.00% <100.00%> (ø)
opnsense_cli/facades/firmware.py 100.00% <100.00%> (ø)
opnsense_cli/tests/commands/test_plugin.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 f2a0231...303dcf9. Read the comment docs.