Skip to content

Update Kover to 0.9.0-RC, Add Coverage Report to CI, and Consolidate Workflows #12

Update Kover to 0.9.0-RC, Add Coverage Report to CI, and Consolidate Workflows

Update Kover to 0.9.0-RC, Add Coverage Report to CI, and Consolidate Workflows #12

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