Skip to content

Commit

Permalink
(maint) set minimum code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed May 3, 2024
1 parent 069b24b commit 72fd570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec/spec_helper.rb:
spec_overrides:
- require 'spec_helper_local'
coverage_report: true
minimum_code_coverage_percentage: 69

.github/workflows/ci.yml:
unmanaged: true
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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!(69)
end

# Filter backtrace noise
Expand Down

0 comments on commit 72fd570

Please sign in to comment.