mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
CoverageCollection: xmlFile defaults to './coverage.xml'
This commit is contained in:
1
.github/workflows/CoverageCollection.yml
vendored
1
.github/workflows/CoverageCollection.yml
vendored
@@ -83,6 +83,7 @@ jobs:
|
|||||||
from tomli import load as tomli_load
|
from tomli import load as tomli_load
|
||||||
|
|
||||||
htmlDirectory = 'htmlcov'
|
htmlDirectory = 'htmlcov'
|
||||||
|
xmlFile = './coverage.xml'
|
||||||
coverageRC = "${{ inputs.coverage_config }}".strip()
|
coverageRC = "${{ inputs.coverage_config }}".strip()
|
||||||
|
|
||||||
# Read output paths from 'pyproject.toml' file
|
# Read output paths from 'pyproject.toml' file
|
||||||
|
|||||||
Reference in New Issue
Block a user