voxpupuli / rspec-puppet-facts

Simplify your unit tests by looping on every supported Operating System and populating facts.
Apache License 2.0
61 stars 53 forks source link

Gemfile: Add faraday as github_changelog_generator dep #162

Closed bastelfreak closed 5 months ago

bastelfreak commented 5 months ago

faraday is an optional dependency. In all other projects we add it as well to the Gemfile. Otherwise GCG prints a warning.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (eb35a8d) 95.20% compared to head (8e33b79) 95.20%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ======================================= Coverage 95.20% 95.20% ======================================= Files 2 2 Lines 167 167 ======================================= Hits 159 159 Misses 8 8 ```

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

zilchms commented 5 months ago

same problem as #161 , otherwise LGTM