Skip to content

test codecov-action@v4 #4096

test codecov-action@v4

test codecov-action@v4 #4096

Workflow file for this run

on:
push:
workflow_call:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-13"]
steps:
- uses: actions/checkout@v4
- name: installing dependencies
uses: ./.github/actions/install
with:
os: ${{ matrix.os }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: task test-coverage
- uses: codecov/codecov-action@v4
with:
files: coverage.coverprofile