Skip to content

Commit 29da24a

Browse files
committed
(maint) set minimum code coverage
1 parent 069b24b commit 29da24a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.sync.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec/spec_helper.rb:
77
spec_overrides:
88
- require 'spec_helper_local'
99
coverage_report: true
10+
minimum_code_coverage_percentage: 71.5
1011

1112
.github/workflows/ci.yml:
1213
unmanaged: true

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
end
4848
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
4949
c.after(:suite) do
50-
RSpec::Puppet::Coverage.report!(0)
50+
RSpec::Puppet::Coverage.report!(71.5)
5151
end
5252

5353
# Filter backtrace noise

0 commit comments

Comments
 (0)