Skip to content

Add coverage config #56

Add coverage config

Add coverage config #56

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN