Skip to content

Fix codecov and test failures #302

Fix codecov and test failures

Fix codecov and test failures #302

Workflow file for this run

name: Linux
on:
push:
pull_request:
branches: [ develop ]
jobs:
Coverage:
uses: ./.github/workflows/change-coverage.yml
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

Check failure on line 15 in .github/workflows/test-linux.yml

View workflow run for this annotation

GitHub Actions / Linux

Invalid workflow file

The workflow is not valid. .github/workflows/test-linux.yml (Line: 15, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.
Test:
uses: ./.github/workflows/execute-tests.yml
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"