scrapli / scrapli_netconf

Fast and flexible Python 3.7+ netconf client specifically for network devices
https://scrapli.github.io/scrapli_netconf/
MIT License
93 stars 6 forks source link

Rationalize filters #56

Closed carlmontanari closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (e8a10d0) into develop (e1e0bdf) will increase coverage by 0.33%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #56      +/-   ##
===========================================
+ Coverage    77.62%   77.96%   +0.33%     
===========================================
  Files           16       17       +1     
  Lines          952      962      +10     
===========================================
+ Hits           739      750      +11     
+ Misses         213      212       -1     
Impacted Files Coverage Δ
scrapli_netconf/driver/base_driver.py 96.73% <93.33%> (+0.33%) :arrow_up:
scrapli_netconf/decorators.py 100.00% <100.00%> (ø)
scrapli_netconf/driver/async_driver.py 53.40% <100.00%> (+1.64%) :arrow_up:
scrapli_netconf/driver/sync_driver.py 52.22% <100.00%> (+1.64%) :arrow_up:

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 e1e0bdf...e8a10d0. Read the comment docs.