We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e006f commit 357ee8eCopy full SHA for 357ee8e
action.yml
@@ -6,11 +6,11 @@ inputs:
6
description: 'Path to the application'
7
required: true
8
default: "."
9
- output-path:
+ output_path:
10
description: 'Writes the coverage badge to the given path'
11
12
default: "coverage/badge.svg"
13
- report-path:
+ report_path:
14
description: 'Path to a coverage report file'
15
16
default: "coverage/coverage-summary.json"
0 commit comments