Skip to content

Trying to fix upload to codecov #3215

Trying to fix upload to codecov

Trying to fix upload to codecov #3215

Workflow file for this run

name: CI-on-push
on:
push:
branches-ignore:
- master
tags-ignore:
- '*'
jobs:
test:
uses: ./.github/workflows/test.yml

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

View workflow run for this annotation

GitHub Actions / CI-on-push

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 12, Col: 11): Error from called workflow aiplan4eu/unified-planning/.github/workflows/test.yml@5f32a6b67c5cf78a487034ec0eac184aba4ed2e4 (Line: 221, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN != null
with:
python-version: "3.10"