]> git.openstreetmap.org Git - rails.git/blobdiff - CONTRIBUTING.md
Sort gitignore
[rails.git] / CONTRIBUTING.md
index acb7807461ea56621f0bf950e324ac110965e5d3..43b74224fae6b88aa09495e0a2f12beb94cc44f6 100644 (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).