Skip to content

Disable codecov if PR head and base are different or CODECOV_TOKEN not set #397

Disable codecov if PR head and base are different or CODECOV_TOKEN not set

Disable codecov if PR head and base are different or CODECOV_TOKEN not set #397

Triggered via pull request October 18, 2024 10:26
Status Startup failure
Total duration
Artifacts

build-tests.yml

on: pull_request
Matrix: build
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error
Invalid workflow file: .github/workflows/build-tests.yml#L95
The workflow is not valid. .github/workflows/build-tests.yml (Line: 95, Col: 13): Unrecognized named-value: 'secrets'. Located at position 17 within expression: matrix.GCOV && (secrets.CODECOV_TOKEN != '') && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)