Skip to content

Merge pull request #14 from TheJacksonLaboratory/task/update-prod-dom… #5

Merge pull request #14 from TheJacksonLaboratory/task/update-prod-dom…

Merge pull request #14 from TheJacksonLaboratory/task/update-prod-dom… #5

Workflow file for this run

name: Coverage
on:
push:
branches:
- 'main'
jobs:
check-coverage:
uses: ./.github/workflows/_check-coverage-action.yml
secrets: inherit
permissions:
pull-requests: write
with:
required-coverage: ${{ vars.REQUIRED_COVERAGE }}
coverage-module: "geneweaver.aon"
report-to-compass: true