Skip to content

sudo-bot/action-kcov

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

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-kcov

A GitHub action for kcov

Example usage

    - uses: actions/checkout@v2
    - name: get kcov version
        uses: sudo-bot/action-kcov@latest
        with:
            cli-args: "--version"