/setup-lcov

Composite GitHub Action to setup LCOV.

Primary LanguageShellMIT LicenseMIT

setup-lcov

Composite GitHub Action to setup LCOV.

Setup sources

OS Stable HEAD Tag / Branch
Linux apt-get make install
macOS brew make install
Windows choco 1 Not supported

1 choco lcov package version is outdated and on 1.15.alpha0w

Usage

Stable version

steps:
  - name: Setup LCOV
    uses: hrishikesh-kadam/setup-lcov@v1

HEAD of Default Branch of LCOV

steps:
  - name: Setup LCOV
    uses: hrishikesh-kadam/setup-lcov@v1
    with:
      ref: HEAD

Tag / Branch of LCOV

steps:
  - name: Setup LCOV
    uses: hrishikesh-kadam/setup-lcov@v1
    with:
      ref: v2.1