Skip to content

hrishikesh-kadam/setup-lcov

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Composite GitHub Action to setup LCOV.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published