Skip to content

Use CODECOV_TOKEN to upload coverage #485

Use CODECOV_TOKEN to upload coverage

Use CODECOV_TOKEN to upload coverage #485

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "colcon/ci/.github/workflows/pytest.yaml@codecov-token" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
bootstrap:
uses: ./.github/workflows/bootstrap.yaml