mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Added coverage_config parameter.
This commit is contained in:
5
.github/workflows/SphinxDocumentation.yml
vendored
5
.github/workflows/SphinxDocumentation.yml
vendored
@@ -34,6 +34,11 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: '-r doc/requirements.txt'
|
default: '-r doc/requirements.txt'
|
||||||
type: string
|
type: string
|
||||||
|
coverage_config:
|
||||||
|
description: 'Path to the .coveragerc file. Use pyproject.toml by default.'
|
||||||
|
required: false
|
||||||
|
default: 'pyproject.toml'
|
||||||
|
type: string
|
||||||
doc_directory:
|
doc_directory:
|
||||||
description: 'Path to the directory containing documentation (Sphinx working directory).'
|
description: 'Path to the directory containing documentation (Sphinx working directory).'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user