Skip to content

Commit

Permalink
docs: fix coverage report location (#6590)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgang42 committed Jun 26, 2020
1 parent 7f5ce43 commit af203f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/local-development.md
Expand Up @@ -142,7 +142,7 @@ You also need to make sure that you don't have a local `.npmrc` file that overri
The Renovate project maintains 100% test coverage, so any Pull Request will fail if it does not contain full coverage for code.
Using `// istanbul ignore` is not ideal but sometimes is a pragmatic solution if an additional test wouldn't really prove anything.

To view the current test coverage locally, open up `coverage/lcov-report/index.html` in your browser.
To view the current test coverage locally, open up `coverage/index.html` in your browser.

Do not let coverage put you off submitting a PR! Maybe we can help, or at least guide.
Also, it can be good to submit your PR as a work in progress (WIP) without tests first so that you can get a thumbs up from others about the changes, and write tests after.
Expand Down

0 comments on commit af203f6

Please sign in to comment.