README.md in covered-0.9.0 vs README.md in covered-0.10.0

- old
+ new

@@ -57,25 +57,38 @@ ``` COVERAGE=Summary rspec ``` +If no `COVERAGE` is specified, coverage tracking will be disabled. + ### Partial Summary ``` COVERAGE=PartialSummary rspec ``` This report only shows snippets of source code with incomplete coverage. ### Brief Summary - ``` COVERAGE=BriefSummary rspec ``` -This report lists several files in order of least coverage. +This report lists several files in order of least coverage.l + +### Coveralls/Travis Integration + +You can send coverage information to [Coveralls](https://coveralls.io). + +``` +COVERAGE=BriefSummary,Coveralls rspec +``` + +This will print out a brief report and then upload the coverage data. This integrates transparently with Travis. + +### ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)