samdoran / ansible-collection-macos

Ansible collection of roles and modules for use on macOS
8 stars 2 forks source link

Remove collection dependencies from tests #28

Closed samdoran closed 1 year ago

samdoran commented 1 year ago

Since Galaxy NG launched, collection installation does not work in older Ansible versions.

https://github.com/ansible/ansible/pull/78325

Since this collection doesn't need to install any collections in order to run tests, removing the collection installation is the easiest fix for now.

Long term we will have to drop testing of older Ansible <2.12.8 if there is a need to install collections.

codecov[bot] commented 1 year ago

Codecov Report

Merging #28 (93abde0) into main (67923ac) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   35.49%   35.49%           
=======================================
  Files           5        5           
  Lines         386      386           
  Branches       48       48           
=======================================
  Hits          137      137           
  Misses        249      249           
Flag Coverage Δ
sanity 32.34% <ø> (ø)
units 82.97% <ø> (ø)

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

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more