CiscoDevNet / ansible-aci

Cisco ACI Ansible Collection
https://galaxy.ansible.com/cisco/aci
GNU General Public License v3.0
143 stars 97 forks source link

[minor_change] add support for sr-mpls bgpInfraPeerP in aci_l3out_bgp… #543

Closed akinross closed 11 months ago

akinross commented 12 months ago

…_peer module

fixes #513

codecov[bot] commented 12 months ago

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (0e7af57) 96.30% compared to head (74a3d43) 35.23%.

Files Patch % Lines
plugins/modules/aci_l3out_bgp_peer.py 0.00% 30 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #543 +/- ## =========================================== - Coverage 96.30% 35.23% -61.07% =========================================== Files 211 211 Lines 9748 9771 +23 Branches 1456 1462 +6 =========================================== - Hits 9388 3443 -5945 - Misses 276 6328 +6052 + Partials 84 0 -84 ``` | [Flag](https://app.codecov.io/gh/CiscoDevNet/ansible-aci/pull/543/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CiscoDevNet) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/CiscoDevNet/ansible-aci/pull/543/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CiscoDevNet) | `?` | | | [sanity](https://app.codecov.io/gh/CiscoDevNet/ansible-aci/pull/543/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CiscoDevNet) | `35.23% <0.00%> (-0.09%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CiscoDevNet#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

akinross commented 12 months ago

This PR is depending on https://github.com/CiscoDevNet/ansible-aci/pull/542 and should be merged after. Cherry pick the commit in case you want to run tests.