puppetlabs / pdk

The shortest path to better modules: Puppet Development Kit; Download:
https://puppet.com/download-puppet-development-kit
Apache License 2.0
225 stars 106 forks source link

(CAT-1643) Update childprocess and remove patch #1356

Closed david22swan closed 4 months ago

david22swan commented 4 months ago

Previously a specific patch was required in order to have the code work as intended, however a patch has since been moved into the gem and so we can remove our patch and update the dependency.

Checklist

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 88.24%. Comparing base (78e8249) to head (224d9fe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1356 +/- ## ========================================== + Coverage 87.81% 88.24% +0.43% ========================================== Files 129 128 -1 Lines 5489 5435 -54 ========================================== - Hits 4820 4796 -24 + Misses 669 639 -30 ```

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

david22swan commented 4 months ago

Just waiting on pipeline fix to merge