Skip to content

feat: use kcov/kcov as a base image #7

feat: use kcov/kcov as a base image

feat: use kcov/kcov as a base image #7

Workflow file for this run

name: test kcov action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get kcov version
uses: sudo-bot/action-kcov@latest
with:
cli-args: "--version"