Skip to content

Commit

Permalink
Bump minimum coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock committed Aug 3, 2019
1 parent 4cb9abe commit 24d0666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/coverage.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'simplecov-rcov'
require 'coveralls'
require 'coverage/kit'
Coverage::Kit.setup(minimum_coverage: 87.2)
Coverage::Kit.setup(minimum_coverage: 87.5)

0 comments on commit 24d0666

Please sign in to comment.