Skip to content

Commit ac79baa

Browse files
authored
Merge pull request #10 from fstehle/fix_coverage_file_input
undefined
2 parents 139561d + 4c3222c commit ac79baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
description: Github token
99
required: true
1010
default: ${{ github.token }}
11-
coverage-file-path:
11+
coverage-file:
1212
description: 'Path to `lcov.info` or `clover.xml` file. It has to include the filename so we can determine how to parse the coverage result.'
1313
required: true
1414
default: './coverage/clover.xml'

0 commit comments

Comments
 (0)