Skip to content

Merge pull request #98 from TheJacksonLaboratory/G3-462-add-general-s… #118

Merge pull request #98 from TheJacksonLaboratory/G3-462-add-general-s…

Merge pull request #98 from TheJacksonLaboratory/G3-462-add-general-s… #118

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.api"