Skip to content

Commit

Permalink
Merge pull request #867 from alphagov/enforce-code-cov
Browse files Browse the repository at this point in the history
Enforce code coverage
  • Loading branch information
georges1996 committed Apr 30, 2024
2 parents d8d37c6 + bc368f8 commit 1a80d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "simplecov"
SimpleCov.start "rails" do
enable_coverage :branch
minimum_coverage line: 95
end

require File.expand_path("../config/environment", __dir__)
Expand Down

0 comments on commit 1a80d01

Please sign in to comment.