M1ke

Results 6 issues of M1ke

## 🐛 Bug Report I'm using nrwl's nx with angular, jest and cypress. For unit test code coverage reports I execute `npm run test -- --code-coverage` and the report looks...

Needs Triage
Bug Report

I execute the following nyc commands, after generating individual coverage reports on the same codebase using different test executions run by Jest and Cypress. `nyc merge coverage-jest combined/coverage-jest.json` `nyc merge...

Would it be an idea to add a sample combining Spring Cloud Contract, WebTestClient, RestAssured and Spring Restdocs? WebTestClient can be configured to use Restdocs and so does RestAssured. But...

istanbul-instrumenter-loader uses really old istanbul-lib-instrument Please provide an alternative or a way to use a recent version of istanbul-lib-instrument.

My [demo project](https://github.com/D0rmouse/exodus-demo) shows that when your project contains JUnit4 and JUnit5 tests, duplicate targets are exported in the `BUILD.bazel` files.

We have a CI build setup like explained here: https://maven.apache.org/maven-ci-friendly.html This uses a ${revision} property in the parent pom's version that can be set at build time. When using exodus...