puppetlabs / puppetlabs-dsc_lite

DSC to Puppet runtime integration and module generation tasks
Apache License 2.0
8 stars 27 forks source link

(maint) Disabling simplecov #173

Closed pmcmaw closed 3 years ago

pmcmaw commented 3 years ago

Disabling simplecov as it is causing tests to hang and fail. This PR will enable Travis to pass.

codecov-io commented 3 years ago

Codecov Report

Merging #173 (e940b80) into main (ed1501b) will increase coverage by 1.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
+ Coverage   57.09%   58.78%   +1.69%     
==========================================
  Files           7        7              
  Lines         275      427     +152     
==========================================
+ Hits          157      251      +94     
- Misses        118      176      +58     
Impacted Files Coverage Δ
lib/facter/powershell_version.rb 100.00% <0.00%> (ø)
lib/puppet/type/base_dsc_lite.rb 100.00% <0.00%> (ø)
...x/puppetlabs/dsc_lite/powershell_hash_formatter.rb 100.00% <0.00%> (ø)
lib/puppet/type/dsc.rb 93.18% <0.00%> (+0.19%) :arrow_up:
...b/puppet_x/puppetlabs/dsc_lite/dsc_type_helpers.rb 35.29% <0.00%> (+1.96%) :arrow_up:
lib/puppet/provider/base_dsc_lite/powershell.rb 37.60% <0.00%> (+3.07%) :arrow_up:
lib/puppet/feature/dsc_lite.rb 75.00% <0.00%> (+5.00%) :arrow_up:

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 ed1501b...e940b80. Read the comment docs.