Skip to content

Fix codecov and test failures #289

Fix codecov and test failures

Fix codecov and test failures #289

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:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test-linux.yml

Invalid workflow file

invalid value for secrets. Expected "inherit" keyword or explicit map of secrets
required: true
Test:
uses: ./.github/workflows/execute-tests.yml
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"