Skip to content

Commit

Permalink
Fix minor typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hewitt authored and PragTob committed Jun 22, 2024
1 parent 5de91ff commit ef42dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ SimpleCov.start do
end
```
Primary coverage determines what will come in first all output, and the type of coverage to check if you don't specify the type of coverage when customizing exit behavior (`SimpleCov.minimum_coverage 90`).
Primary coverage determines what will come first in all output, and the type of coverage to check if you don't specify the type of coverage when customizing exit behavior (`SimpleCov.minimum_coverage 90`).

Note that coverage must first be enabled for non-default coverage types.

Expand Down

0 comments on commit ef42dd9

Please sign in to comment.