You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Merge coverage reports
v1.0.9
Merge Istanbul coverage reports into a single report.
Outputs:
All fields are required.
coverage-reports
: Path to coverage reports (usually${{ github.workspace }}/coverage
);output-folder
: Where to output merged reportsformats
: Comma-separated list of report formats (ie.,json,lcov
)- Options include
cobertura
,clover
,json
,lcov
,teamcity
,text-loc
,text
.text-summary
andjson-summary
are always included.
- Options include
summary
: Coverage summaryjson
: JSON coverage summary