ansible-collections / mellanox.onyx

onyx
GNU General Public License v3.0
10 stars 14 forks source link

Copy ignore-2.12.txt to ignore-2.13.txt #14

Closed Andersson007 closed 2 years ago

Andersson007 commented 2 years ago
SUMMARY

Relates to https://github.com/ansible-collections/overview/issues/45#issuecomment-926794724

Andersson007 commented 2 years ago

https://github.com/ansible-collections/overview/issues/45#issuecomment-924298319

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (5e62c04) into master (cd6532f) will increase coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   85.61%   85.67%   +0.05%     
==========================================
  Files          79       79              
  Lines        7404     7439      +35     
  Branches     1041     1041              
==========================================
+ Hits         6339     6373      +34     
  Misses        706      706              
- Partials      359      360       +1     
Impacted Files Coverage Δ
plugins/modules/onyx_wjh.py 89.53% <0.00%> (-1.17%) :arrow_down:
plugins/modules/onyx_ospf.py 89.68% <0.00%> (+0.08%) :arrow_up:
plugins/modules/onyx_ptp_interface.py 89.81% <0.00%> (+0.09%) :arrow_up:
plugins/modules/onyx_mlag_ipl.py 89.21% <0.00%> (+0.10%) :arrow_up:
plugins/modules/onyx_lldp_interface.py 92.15% <0.00%> (+0.15%) :arrow_up:
plugins/modules/onyx_protocol.py 87.87% <0.00%> (+0.18%) :arrow_up:
plugins/modules/onyx_lldp.py 90.00% <0.00%> (+0.20%) :arrow_up:
plugins/modules/onyx_igmp_vlan.py 73.50% <0.00%> (+0.22%) :arrow_up:
plugins/modules/onyx_magp.py 84.42% <0.00%> (+0.25%) :arrow_up:
plugins/modules/onyx_vlan.py 86.86% <0.00%> (+0.27%) :arrow_up:
... and 6 more

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 b451952...5e62c04. Read the comment docs.

Andersson007 commented 2 years ago

cc @samerd (fyi: i changed the order of the args because without this sanity tests would fail, same for any() related things)