Skip to content

Commit

Permalink
Merge pull request scoverage#136 from orthographic-pedant/spell_check…
Browse files Browse the repository at this point in the history
…/Buddhist

Fixed typographical error, changed Buddist to Buddhist in README.
  • Loading branch information
sksamuel committed Sep 28, 2015
2 parents ae45037 + 35a4319 commit 9432522
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 @@ -145,7 +145,7 @@ Let's expand this example out to be multifacted, albeit somewhat contrived:
val status = if (religion == "Pentecostalist") "Beer forbidden" else if (age < 18) "Underage" else "Beer for you"
```

Now we would get 100% code coverage for passing in the values ("Buddist", 34).
Now we would get 100% code coverage for passing in the values ("Buddhist", 34).

That's why in scoverage we focus on statement coverage, and don't even include line coverage as a metric.
This is a paradigm shift that we hope will take hold.
Expand Down

0 comments on commit 9432522

Please sign in to comment.