CoverageCollection: htmlDirectory defaults to 'htmlcov'

This commit is contained in:
umarcor
2021-12-24 16:22:11 +01:00
parent 9bd8004dfb
commit 62cd2d1d0f

View File

@@ -82,6 +82,7 @@ jobs:
from pathlib import Path
from tomli import load as tomli_load
htmlDirectory = 'htmlcov'
coverageRC = "${{ inputs.coverage_config }}".strip()
# Read output paths from 'pyproject.toml' file