@Library('buildtools@feature/python-code-coverage') _

//
// See all options and their defaults in defaultPythonProjectConfig.groovy:
//     https://git.uoregon.edu/projects/ISN/repos/ntsjenkins_shared_library/browse/vars/defaultPythonProjectConfig.groovy
//
buildPythonProject(
    packageIndex: 'pypi.org',
    hatchTestCmd: 'hatch run cicd:cov',
    test: true,
    hatch: true,
    coverage: true,
)
