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

Inventory plugin: drop `api_token` in favor of `oauth_token` #301

Closed mamercad closed 1 year ago

mamercad commented 1 year ago
SUMMARY

Fixes #300; drop api_token in favor of oauth_token.

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
N/A
codecov[bot] commented 1 year ago

Codecov Report

Merging #301 (e5a320b) into main (d4ba6a5) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
- Coverage   31.10%   31.08%   -0.02%     
==========================================
  Files          45       45              
  Lines        3588     3587       -1     
  Branches      732      732              
==========================================
- Hits         1116     1115       -1     
  Misses       2452     2452              
  Partials       20       20              
Flag Coverage Δ
sanity 26.40% <0.00%> (-0.03%) :arrow_down:
units 64.49% <100.00%> (-0.09%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
plugins/inventory/digitalocean.py 70.83% <100.00%> (-0.31%) :arrow_down: