mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-15 12:36:56 +08:00
Create, collect and publish junit reports for static typing.
(cherry picked from commit fb8363afdf53d6656fe020dd08f9e91d9da45565)
This commit is contained in:
12
.github/workflows/Parameters.yml
vendored
12
.github/workflows/Parameters.yml
vendored
@@ -92,11 +92,13 @@ jobs:
|
||||
params = {
|
||||
'python_version': pythonVersion,
|
||||
'artifacts': {
|
||||
'unittesting': f"{name}-TestReport",
|
||||
'coverage': f"{name}-Coverage",
|
||||
'typing': f"{name}-Typing",
|
||||
'package': f"{name}-Package",
|
||||
'doc': f"{name}-Documentation",
|
||||
'unittesting': f"{name}-Unittest-Summary",
|
||||
'code-coverage': f"{name}-Code-Coverage",
|
||||
'typing_html': f"{name}-Typing",
|
||||
'typing_junit': f"{name}-Typing-Summary",
|
||||
'package': f"{name}-Package",
|
||||
'doc': f"{name}-Documentation",
|
||||
'doc-coverage': f"{name}-Documentation-Coverage",
|
||||
}
|
||||
}
|
||||
print(f"::set-output name=params::{params!s}")
|
||||
|
||||
Reference in New Issue
Block a user