Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
(FACT-1953) Change coverage limit to 10 %
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Irimie committed Aug 6, 2019
1 parent 7e0d534 commit f9fe161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
track_files 'lib/**/*.rb'
end

SimpleCov.minimum_coverage 90
SimpleCov.minimum_coverage 10

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit f9fe161

Please sign in to comment.