Skip to content

One more badge + trying to pass codecov token #5

One more badge + trying to pass codecov token

One more badge + trying to pass codecov token #5

Workflow file for this run

# Same as full workflow (eg from fortio/multicurl) but without the goreleaser step
name: "Shared library fortio workflows"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
call-gochecks:
uses: fortio/workflows/.github/workflows/gochecks.yml@main
call-codecov:
uses: fortio/workflows/.github/workflows/codecov.yml@codecov_token
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 16 in .github/workflows/include.yml

View workflow run for this annotation

GitHub Actions / Shared library fortio workflows

Invalid workflow file

The workflow is not valid. .github/workflows/include.yml (Line: 16, Col: 28): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN

Check failure on line 16 in .github/workflows/include.yml

View workflow run for this annotation

GitHub Actions / Shared library fortio workflows

Invalid workflow file

The workflow is not valid. .github/workflows/include.yml (Line: 16, Col: 28): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN
call-codeql:
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main