puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 23 forks source link

(maint) - Run all unit test files during rake spec #283

Closed jordanbreen28 closed 8 months ago

jordanbreen28 commented 8 months ago

Summary

Tests were removed by mistake during CONT-867, so subsequent test breakage at 3a9156a9af16a6ad3ff9a2bfa179adb18f4b9d28 was easily missed. This reimplements the missing test cases to the spec rake task, and fixes the broken tests.

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (b53094e) 25.57% compared to head (f6d7bfa) 91.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #283 +/- ## =========================================== + Coverage 25.57% 91.55% +65.98% =========================================== Files 6 6 Lines 833 675 -158 =========================================== + Hits 213 618 +405 + Misses 620 57 -563 ```

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