mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-19 06:26:55 +08:00
General documentation refinements.
This commit is contained in:
@@ -54,12 +54,19 @@ Complex Example
|
||||
- CodeCoverage
|
||||
- UnitTesting
|
||||
|
||||
|
||||
Parameters
|
||||
**********
|
||||
|
||||
report_files
|
||||
============
|
||||
|
||||
+----------------+----------+----------+---------------------------------+
|
||||
| Parameter Name | Required | Type | Default |
|
||||
+================+==========+==========+=================================+
|
||||
| report_files | optional | string | ``artifacts/**/*.xml`` |
|
||||
+----------------+----------+----------+---------------------------------+
|
||||
|
||||
Pattern of jUnit report files to publish as Markdown.
|
||||
|
||||
The parameter can be a comma separated list. Wildcards are supported.
|
||||
@@ -69,12 +76,6 @@ The parameter can be a comma separated list. Wildcards are supported.
|
||||
All artifacts are downloaded into directory ``artifacts``, thus the pattern should include this directory as a
|
||||
prefix.
|
||||
|
||||
+----------+----------+---------------------------------+
|
||||
| Required | Type | Default |
|
||||
+==========+==========+=================================+
|
||||
| optional | string | ``artifacts/**/*.xml`` |
|
||||
+----------+----------+---------------------------------+
|
||||
|
||||
|
||||
Secrets
|
||||
*******
|
||||
|
||||
Reference in New Issue
Block a user