Skip to content

Add all dependencies to coverage report #4

Add all dependencies to coverage report

Add all dependencies to coverage report #4

name: Check that all dependencies are in coverage report
on:
workflow_dispatch:
push:
paths:
- ".github/workflows/verify-coverage-report.yml"
- "./scripts/checkCoverage.py"
- "**/pom.xml"
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