Skip to content

Add test coverage support with CI/CD #349

Add test coverage support with CI/CD

Add test coverage support with CI/CD #349

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.txt"
permissions:
contents: write
packages: write
security-events: write
jobs:
build:
name: Build
uses: ./.github/workflows/_reusable-build-changed.yaml
manifests:
name: Manifests
uses: ./.github/workflows/_reusable-manifests.yaml
coverage:
name: Coverage
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/_reusable-test-coverage.yaml

Check failure on line 26 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yaml" -> "./.github/workflows/_reusable-test-coverage.yaml" : You have an error in your yaml syntax on line 47
with:
COVERAGE_THRESHOLD: 0 # Because there is no test, setting threshold to 0