mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
CoverageCollection: htmlDirectory defaults to 'htmlcov'
This commit is contained in:
1
.github/workflows/CoverageCollection.yml
vendored
1
.github/workflows/CoverageCollection.yml
vendored
@@ -82,6 +82,7 @@ jobs:
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from tomli import load as tomli_load
|
from tomli import load as tomli_load
|
||||||
|
|
||||||
|
htmlDirectory = 'htmlcov'
|
||||||
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