Update documentation according to latest changes - part 2.

This commit is contained in:
Patrick Lehmann
2025-09-23 20:26:31 +02:00
parent 055863ee5f
commit d190b1a3b1
2 changed files with 190 additions and 136 deletions

View File

@@ -38,6 +38,31 @@ on:
required: false
default: 'pyproject.toml'
type: string
coverage_report_xml:
description: 'Directory containing the XML coverage report file.'
required: false
default: >-
{ "directory": "report/coverage",
"filename": "coverage.xml",
"fullpath": "report/coverage/coverage.xml"
}
type: string
coverage_report_json:
description: 'Directory containing the JSON coverage report file.'
required: false
default: >-
{ "directory": "report/coverage",
"filename": "coverage.json",
"fullpath": "report/coverage/coverage.json"
}
type: string
coverage_report_html:
description: 'HTML root directory of the generated coverage report.'
required: false
default: >-
{ "directory": "report/coverage/html"
}
type: string
coverage_sqlite_artifact:
description: 'Name of the SQLite coverage artifact.'
required: false
@@ -48,41 +73,16 @@ on:
required: false
default: ''
type: string
coverage_report_xml:
description: 'Directory containing the XML coverage report file.'
required: false
default: 'report/coverage'
type: string
# coverage_report_xml_filename:
# description: 'Filename of the XML coverage report file.'
# required: false
# default: 'coverage.xml'
# type: string
coverage_json_artifact:
description: 'Name of the JSON coverage artifact.'
required: false
default: ''
type: string
coverage_report_json:
description: 'Directory containing the JSON coverage report file.'
required: false
default: 'report/coverage'
type: string
# coverage_report_json_filename:
# description: 'Filename of the JSON coverage report file.'
# required: false
# default: 'coverage.json'
# type: string
coverage_html_artifact:
description: 'Name of the HTML coverage artifact.'
required: false
default: ''
type: string
coverage_report_html:
description: 'HTML root directory of the generated coverage report.'
required: false
default: 'report/coverage/html'
type: string
codecov:
description: 'Publish merged coverage report to Codecov.'
required: false