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

GitHub Action

Merge coverage reports

v1.0.9

Merge coverage reports

git-merge

Merge coverage reports

Merge Istanbul coverage reports

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Merge coverage reports

uses: selfagency/[email protected]

Learn more about this action in selfagency/merge-coverage

Choose a version

Merge Istanbul coverage reports GitHub Action

Merge Istanbul coverage reports into a single report.

Outputs:

Inputs

All fields are required.

  • 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