dev-sec / puppet-os-hardening

This puppet module provides numerous security-related configurations, providing all-round base protection.
http://dev-sec.io/
Apache License 2.0
280 stars 101 forks source link

Solve bundle problem on automated tests #268

Closed mcgege closed 3 years ago

mcgege commented 3 years ago

remove version pinning from check-utils (bundle problem)

Signed-off-by: Michael Geiger info@mgeiger.de

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@25a250e). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #268   +/-   ##
=========================================
  Coverage          ?   53.48%           
=========================================
  Files             ?        4           
  Lines             ?       43           
  Branches          ?        0           
=========================================
  Hits              ?       23           
  Misses            ?       20           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25a250e...178ca94. Read the comment docs.

schurzi commented 3 years ago

oh nice, you managed to find the problem. I did not have enough patience for fixing this ;)

mcgege commented 3 years ago

@schurzi @rndmh3ro Do you know where this check continuous-integration/travis-ci is hooked into this project? I'd like to disable it, otherwise you always have to admin merge the PRs

schurzi commented 3 years ago

Should be under Settings -> Branches there you manage the CI Tests which have to pass, maybe Travis is still marked there.

rndmh3ro commented 3 years ago

I removed it.