Skip to content

fix codecov.yml location #60

fix codecov.yml location

fix codecov.yml location #60

Workflow file for this run

name: check
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/ci-env-setup
with:
bazel-cache-key: bazel-coverage
- run: |
bazel \
run \
//tools:lcov_list
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./bazel-out/_coverage/_coverage_report.dat
fail_ci_if_error: true