lib/coverband/adapters/file_store.rb in coverband-5.0.1 vs lib/coverband/adapters/file_store.rb in coverband-5.0.2
- old
+ new
@@ -18,10 +18,10 @@
# download files to a system where you want to view the reports..
# When viewing coverage from the filestore adapter it merges all coverage
# files matching the path pattern, in this case `log/coverage.log.*`
#
# run: `bundle exec rake coverband:coverage_server`
- # open http://localhost:1022/
+ # open http://localhost:9022/
#
# one could also build a report via code, the output is suitable to feed into SimpleCov
#
# ```
# coverband.configuration.store.merge_mode = true