Skip to content

Commit

Permalink
Fixed wrong syntax for minimum and max drop config in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Aug 14, 2012
1 parent bc84070 commit 9c17355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,13 @@ Above is the default behaviour. Do whatever you like instead!

You can define the minimum coverage percentage expected. SimpleCov will return non-zero if unmet.

SimpleCov.minimum_coverage = 90
SimpleCov.minimum_coverage 90

### Maximum coverage drop

You can define the maximum coverage drop percentage at once. SimpleCov will return non-zero if exceeded.

SimpleCov.maximum_coverage_drop = 5
SimpleCov.maximum_coverage_drop 5

## Using your own formatter

Expand Down

0 comments on commit 9c17355

Please sign in to comment.