Skip to content

Trying to fix upload to codecov #3226

Trying to fix upload to codecov

Trying to fix upload to codecov #3226

Workflow file for this run

name: CI-on-push
on:
push:
branches-ignore:
- master
tags-ignore:
- '*'
jobs:
test:
uses: ./.github/workflows/test.yml
with:
python-version: "3.10"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI-on-push

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 17, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.