README.md in log-analyser-0.1.3.pre.documentation.20201108213613 vs README.md in log-analyser-0.1.3.pre.littleimprovements.20201109101712

- old
+ new

@@ -192,11 +192,13 @@ :white_check_mark: To run only integration tests $ bundle exec rake spec:integration -The test coverage is handled by `rspec`, `simplecov` and `coveralls`. -Status and coverage history can be checked [here](https://coveralls.io/github/DMazzei/log-analyser). +The test coverage is handled by `rspec`, `simplecov` and `coveralls`.</br> +After running the tests, a local version of the test coverage report is available [here](http://localhost:63342/log-analyser/coverage/index.html#_AllFiles). + +Full status and coverage history can be checked online on [coveralls](https://coveralls.io/github/DMazzei/log-analyser). #### Deployment Following the creation of a _*Pull Request*_ a CI workflow is triggered in CircleCI, that can be checked [here](https://app.circleci.com/pipelines/github/DMazzei/log-analyser).</br> This workflow consist in _building_ the library; Running _rubocop_ and _rspec_ to validate integrity and code quality; And lastly generating and pushing a _feature-gem_ that can be used for development and tests.