Skip to content

Commit

Permalink
Merge pull request #741 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 6732d95 + fba9370 commit 29ee653
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -2,7 +2,10 @@
ENV["GOVUK_APP_DOMAIN"] = "test.gov.uk"

require "simplecov"
SimpleCov.start
SimpleCov.start "rails" do
enable_coverage :branch
minimum_coverage line: 90
end

require "webmock/rspec"

Expand Down

0 comments on commit 29ee653

Please sign in to comment.