Skip to content

make coverage test non-default #2

make coverage test non-default

make coverage test non-default #2

Workflow file for this run

name: Run CI on pgscatalog.core
on:
push:
paths:
- 'pgscatalog.core/**.py'
pull_request:
paths:
- 'pgscatalog.core/**.py'
jobs:
ci-core:
uses: ./.github/workflows/ci.yaml
with:
package-directory: "pgscatalog.core"