danger-plugin-istanbul-coverage icon indicating copy to clipboard operation
danger-plugin-istanbul-coverage copied to clipboard

Danger.js plugin for monitoring code coverage on changed files.

Results 24 danger-plugin-istanbul-coverage issues
Sort by recently updated
recently updated
newest added

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"` -...

![image](https://user-images.githubusercontent.com/21698254/67599025-66bd5900-f745-11e9-80d6-8902f36d348d.png)

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...

greenkeeper

## 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...

greenkeeper