Skip to content

Commit

Permalink
Enforce code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
georges1996 committed Apr 30, 2024
1 parent 6732d95 commit 4b5983c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
ENV["GOVUK_APP_DOMAIN"] = "test.gov.uk"

require "simplecov"
SimpleCov.start
SimpleCov.start "rails" do
minimum_coverage line: 94
end

require "webmock/rspec"

Expand Down

0 comments on commit 4b5983c

Please sign in to comment.