README.md in puppetlabs_spec_helper-7.0.2 vs README.md in puppetlabs_spec_helper-7.0.3
- old
+ new
@@ -408,10 +408,10 @@
The reports can be generated every time you invoke RSpec, e.g. via `rake spec`,
You can enable it, set the following environment variable:s
``SIMPLECOV=yes``
-Remember to add the simplecov-console and codecov gems to your `Gemfile`. If you run `spec:simplecov` on Travis-CI or any of the other supported CI services, reports gets automatically uploaded to https://codecov.io/ .
+Remember to add the simplecov-console gem to your `Gemfile`. If you run `spec:simplecov` on Travis-CI or any of the other supported CI services, reports get generated which can then be uploaded to [codecov.io](https://codecov.io) with the recommended [codecov uploader](https://docs.codecov.com/docs/codecov-uploader).
Some Notes for Windows Users
============================
A windows users may need to do one of two things to execute `rake spec`.