Skip to content

Commit

Permalink
Set resource coverage percentage to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Aug 8, 2023
1 parent c0cca06 commit 7bf955f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
--- {}
---
spec/spec_helper.rb:
coverage_report: true
minimum_code_coverage_percentage: 100

2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do
RSpec::Puppet::Coverage.report!(0)
RSpec::Puppet::Coverage.report!(100)
end

# Filter backtrace noise
Expand Down

0 comments on commit 7bf955f

Please sign in to comment.