ansible-collections / community.digitalocean

This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
https://galaxy.ansible.com/community/digitalocean/
GNU General Public License v3.0
140 stars 57 forks source link

[FIX] digitalocean inventory plugin: missing closing parenthesis in examples section #364

Closed grzs closed 6 months ago

grzs commented 6 months ago
SUMMARY

There is a typo in the documentation examples section. The closing parenthesis of the pipe lookup is missing, so the provided code snippet is unusable.

ISSUE TYPE
COMPONENT NAME

digitalocean inventory plugin

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.64%. Comparing base (48960d5) to head (461a87a). Report is 1 commits behind head on main.

:exclamation: Current head 461a87a differs from pull request most recent head 1136ea4

Please upload reports for the commit 1136ea4 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## =========================================== + Coverage 26.60% 60.64% +34.03% =========================================== Files 46 4 -42 Lines 3619 432 -3187 Branches 743 89 -654 =========================================== - Hits 963 262 -701 + Misses 2650 145 -2505 - Partials 6 25 +19 ``` | [Flag](https://app.codecov.io/gh/ansible-collections/community.digitalocean/pull/364/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/ansible-collections/community.digitalocean/pull/364/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `?` | | | [sanity](https://app.codecov.io/gh/ansible-collections/community.digitalocean/pull/364/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `?` | | | [units](https://app.codecov.io/gh/ansible-collections/community.digitalocean/pull/364/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `60.64% <ø> (?)` | | 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=ansible-collections#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.