mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06: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 tomli import load as tomli_load
|
||||
|
||||
htmlDirectory = 'htmlcov'
|
||||
coverageRC = "${{ inputs.coverage_config }}".strip()
|
||||
|
||||
# Read output paths from 'pyproject.toml' file
|
||||
|
||||
Reference in New Issue
Block a user