Skip to content

Use CODECOV_TOKEN to upload coverage #486

Use CODECOV_TOKEN to upload coverage

Use CODECOV_TOKEN to upload coverage #486

Workflow file for this run

name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@cottsay/codecov-token

Check failure on line 10 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 10, Col: 11): Error from called workflow colcon/ci/.github/workflows/pytest.yaml@cottsay/codecov-token (Line: 69, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
bootstrap:
uses: ./.github/workflows/bootstrap.yaml