|
38 | 38 | required: false |
39 | 39 | default: 'pyproject.toml' |
40 | 40 | type: string |
| 41 | + coverage_report_xml: |
| 42 | + description: 'Directory containing the XML coverage report file.' |
| 43 | + required: false |
| 44 | + default: >- |
| 45 | + { "directory": "report/coverage", |
| 46 | + "filename": "coverage.xml", |
| 47 | + "fullpath": "report/coverage/coverage.xml" |
| 48 | + } |
| 49 | + type: string |
| 50 | + coverage_report_json: |
| 51 | + description: 'Directory containing the JSON coverage report file.' |
| 52 | + required: false |
| 53 | + default: >- |
| 54 | + { "directory": "report/coverage", |
| 55 | + "filename": "coverage.json", |
| 56 | + "fullpath": "report/coverage/coverage.json" |
| 57 | + } |
| 58 | + type: string |
| 59 | + coverage_report_html: |
| 60 | + description: 'HTML root directory of the generated coverage report.' |
| 61 | + required: false |
| 62 | + default: >- |
| 63 | + { "directory": "report/coverage/html" |
| 64 | + } |
| 65 | + type: string |
41 | 66 | coverage_sqlite_artifact: |
42 | 67 | description: 'Name of the SQLite coverage artifact.' |
43 | 68 | required: false |
|
48 | 73 | required: false |
49 | 74 | default: '' |
50 | 75 | type: string |
51 | | - coverage_report_xml: |
52 | | - description: 'Directory containing the XML coverage report file.' |
53 | | - required: false |
54 | | - default: 'report/coverage' |
55 | | - type: string |
56 | | -# coverage_report_xml_filename: |
57 | | -# description: 'Filename of the XML coverage report file.' |
58 | | -# required: false |
59 | | -# default: 'coverage.xml' |
60 | | -# type: string |
61 | 76 | coverage_json_artifact: |
62 | 77 | description: 'Name of the JSON coverage artifact.' |
63 | 78 | required: false |
64 | 79 | default: '' |
65 | 80 | type: string |
66 | | - coverage_report_json: |
67 | | - description: 'Directory containing the JSON coverage report file.' |
68 | | - required: false |
69 | | - default: 'report/coverage' |
70 | | - type: string |
71 | | -# coverage_report_json_filename: |
72 | | -# description: 'Filename of the JSON coverage report file.' |
73 | | -# required: false |
74 | | -# default: 'coverage.json' |
75 | | -# type: string |
76 | 81 | coverage_html_artifact: |
77 | 82 | description: 'Name of the HTML coverage artifact.' |
78 | 83 | required: false |
79 | 84 | default: '' |
80 | 85 | type: string |
81 | | - coverage_report_html: |
82 | | - description: 'HTML root directory of the generated coverage report.' |
83 | | - required: false |
84 | | - default: 'report/coverage/html' |
85 | | - type: string |
86 | 86 | codecov: |
87 | 87 | description: 'Publish merged coverage report to Codecov.' |
88 | 88 | required: false |
|
0 commit comments