Skip to content

Commit c639def

Browse files
committed
add more links
1 parent 1f1e9d9 commit c639def

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,19 @@ if (global.__coverage__) {
121121

122122
That should be enough - the code coverage from the server will be requested at the end of the test run and merged with the client-side code coverage, producing a combined report
123123

124-
## Examples
124+
## Links
125125

126-
- [Cypress code coverage guide](http://on.cypress.io/code-coverage)
127-
- [cypress-example-todomvc-redux](https://github.com/cypress-io/cypress-example-todomvc-redux)
128-
- Full frontend + backend code coverage in [bahmutov/realworld](https://github.com/bahmutov/realworld) repo
126+
- Read the [Cypress code coverage guide](http://on.cypress.io/code-coverage)
129127
- Read ["Code Coverage by Parcel Bundler"](https://glebbahmutov.com/blog/code-coverage-by-parcel/) blog post
130128
- Read ["Combined End-to-end and Unit Test Coverage"](https://glebbahmutov.com/blog/combined-end-to-end-and-unit-test-coverage/)
131129

130+
## Examples
131+
132+
- [cypress-io/cypress-example-todomvc-redux](https://github.com/cypress-io/cypress-example-todomvc-redux) is a React / Redux application with 100% code coverage.
133+
- [cypress-io/cypress-example-realworld](https://github.com/cypress-io/cypress-example-realworld) shows how to collect the coverage information from both back and front end code and merge it into a single report.
134+
- [bahmutov/code-coverage-webpack-dev-server](https://github.com/bahmutov/code-coverage-webpack-dev-server) shows how to collect code coverage from an application that uses webpack-dev-server.
135+
- [bahmutov/code-coverage-vue-example](https://github.com/bahmutov/code-coverage-vue-example) collects code coverage for Vue.js single file components.
136+
132137
## Debugging
133138

134139
Run tests with `DEBUG=code-coverage` environment variable to see log messages

0 commit comments

Comments
 (0)