Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Merge coverage reports

Actions
Merge Istanbul coverage reports
v1.0.10
Star (3)

Merge Istanbul coverage reports GitHub Action

Merge Istanbul coverage reports into a single report.

Outputs:

Inputs

All fields are required.

  • source: Path to the source folder (usually ${{ github.workspace }})
  • coverage-reports: Path to coverage reports (usually ${{ github.workspace }}/coverage)
  • output-folder: Where to output merged reports
  • formats: Comma-separated list of report formats (ie., json,lcov)
    • Options include cobertura, clover, json, lcov, teamcity, text-loc, text. text-summary and json-summary are always included.

Outputs

  • summary: Coverage summary
  • json: JSON coverage summary

Merge coverage reports is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Merge Istanbul coverage reports
v1.0.10

Merge coverage reports is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.