puppetlabs / pdksync

Manage large sets of modules with automation built on top of PDK
Apache License 2.0
13 stars 29 forks source link

Throw error if jenkins test results do not exist #225

Closed alex501212 closed 1 week ago

alex501212 commented 2 weeks ago

When running the pdksync:test_results_jenkins task I have added a error log to make it more obvious that the results_puppetlabs-lvm.out does not exist

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 45.48%. Comparing base (ed674d4) to head (0567a4a). Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
lib/pdksync.rb 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ========================================== - Coverage 45.55% 45.48% -0.08% ========================================== Files 10 10 Lines 1216 1218 +2 ========================================== Hits 554 554 - Misses 662 664 +2 ```

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

pmcmaw commented 1 week ago

Bypassing - failures are code coverage related however coverage was not there before. Merging.