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

GitHub Action

Code Coverage Report

v0.2.11

Code Coverage Report

check-square

Code Coverage Report

Comments a pull request with the code coverage

Installation

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

              

- name: Code Coverage Report

uses: romeovs/lcov-reporter-action@v0.2.11

Learn more about this action in romeovs/lcov-reporter-action

Choose a version

Jest reporter action

This action comments a pull request with the jest code coverage.

jest-reporter-action

Inputs

github-token

Required Github token.

lcov-file

Optional The location of the lcov file to parse. Defaults to ./coverage/lcov.info

Example usage

uses: romeovs/lcov-reporter-action@v0.2.6
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}
  lcov-file: ./coverage/lcov.info