Skip to content

add check coverage script #1

add check coverage script

add check coverage script #1

name: Check that all dependencies are in coverage report
on:
push:
paths:
- ".github/workflows/verify-coverage-report.yml"
- "./scripts/checkCoverage.py"
- "**/pom.xml"

Check failure on line 8 in .github/workflows/verify-coverage-report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-coverage-report.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
pull_request:
types: [opened, synchronize, reopened]
paths:
- ".github/workflows/verify-coverage-report..yml"
- "./scripts/checkCoverage.py"
- "**/pom.xml"
jobs:
check_coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Run script
working-directory: .github/workflows/scripts
run: |
python checkCoverage.py