Skip to content

Use codecov-action@v4 with CODECOV_TOKEN #11

Use codecov-action@v4 with CODECOV_TOKEN

Use codecov-action@v4 with CODECOV_TOKEN #11

Workflow file for this run

name: Codecov
on: [ push, pull_request ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./kover/coverage.xml
name: codecov-umbrella
verbose: true