Output both the local simplecov html and the coveralls report

Fixes #2066
This commit is contained in:
Andy Allan 2019-02-06 18:12:20 +01:00
parent 59444581dc
commit d43315f738
2 changed files with 7 additions and 6 deletions

View file

@ -35,12 +35,7 @@ You can run the existing test suite with:
bundle exec rake test
```
You can generate test coverage stats with:
```
sudo gem install rcov
rcov -x gems test/*/*.rb
```
You can view test coverage statistics by browsing the `coverage` directory.
The tests are automatically run on Pull Requests and other commits with the
results shown on [Travis CI](https://travis-ci.org/openstreetmap/openstreetmap-website).