danger-plugin-istanbul-coverage
danger-plugin-istanbul-coverage copied to clipboard
Danger.js plugin for monitoring code coverage on changed files.
Hi. I have my coverage from jest, both in `json` and `json-summary` formats. Either of them results in `Coverage data had invalid formatting at path ` error. Do you have...
issue is occurring when using the `createdOrModifed` config option If the created or modified list contains only files with 0 code coverage then the wrong message appears See examples below...
Istanbul now generates `lcov.info` reports with relative path rather than absolute as explains [in this merge request](https://github.com/gotwarlost/istanbul/issues/104). Thus, it is required to have a parameter to explicitly tell the plugin...
name: Danger JS on: pull_request: branches: [ develop ] push: branches: [ develop, main ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use node version from .nvmrc...
Hello , the following config options do not seem to work as expected. **Issue Summary:** - Files are not displayed when using these two options for `"created"` and `"createdOrModified"` -...

Can we add coverage diff for files between pull request and master? It would be very helpful, we will able see coverage increase or decrease and even restrict coverage decreasing...
## The devDependency [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `12.12.21` to `13.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [ts-jest](https://github.com/kulshekhar/ts-jest) was updated from `24.3.0` to `25.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...