Closed h0tw1r3 closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.95%. Comparing base (
43df54f
) to head (d3b57c0
).:exclamation: Current head d3b57c0 differs from pull request most recent head ac973d1. Consider uploading reports for the commit ac973d1 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes running Serverspec tests against nodes created by the docker_exp provision task. Unlike the docker bolt transport, the Serverspec docker backend uses the docker API. Unfortunately it lacks support for modern docker contexts (notably ssh).
_Only applies to nodes created with the dockerexp provision task