Skip to content

Commit

Permalink
ACD-575: Change min test coverage to 99%.
Browse files Browse the repository at this point in the history
100% is too restrictive. This PR does change nothing about tests, and it does not add new fuctionalities, but now the coverage fails with 99.7% (wich should be considered 100%).
  • Loading branch information
alexdesi committed Feb 11, 2025
1 parent 6c12394 commit df29add
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 @@ -27,7 +27,7 @@
unless ENV["NOCOVERAGE"]
SimpleCov.start "rails" do
enable_coverage :branch
minimum_coverage 100
minimum_coverage 99
add_group "Serializers", "app/serializers"
add_group "Services", "app/services"
add_group "Contracts", "app/contracts"
Expand Down

0 comments on commit df29add

Please sign in to comment.