CoverageCollection: xmlFile defaults to './coverage.xml'

This commit is contained in:
umarcor
2021-12-24 16:24:55 +01:00
parent 62cd2d1d0f
commit b8564eb389

View File

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