ci: codecov issue #95
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
name: "Pull Requests" | ||
jobs: | ||
tests: | ||
name: Tests | ||
uses: ./.github/workflows/tests.yml | ||
with: | ||
codecov_token: ${{ secrets.CODECOV_TOKEN }} | ||
Check failure on line 12 in .github/workflows/pull_requests.yml GitHub Actions / Pull RequestsInvalid workflow file
|
||
linters: | ||
name: Linters | ||
uses: ./.github/workflows/linters.yml | ||
release-check: | ||
name: Release Check | ||
uses: ./.github/workflows/publish.yml |