Commit c7885c0 1 parent 059e56d commit c7885c0 Copy full SHA for c7885c0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ runs:
100
100
- name : Done report
101
101
if : inputs.parallel-finished == 'true'
102
102
shell : bash
103
- run : coveralls -- done ${{ inputs.debug == 'true' && '--debug' || '' }}
103
+ run : coveralls done ${{ inputs.debug == 'true' && '--debug' || '' }}
104
104
env :
105
105
COVERALLS_DEBUG : ${{ inputs.debug }}
106
106
COVERALLS_CARRYFORWARD_FLAGS : ${{ inputs.carryforward }}
@@ -115,12 +115,12 @@ runs:
115
115
if : inputs.parallel-finished != 'true'
116
116
shell : bash
117
117
run : >-
118
- coveralls
118
+ coveralls report
119
119
${{ inputs.debug == 'true' && '--debug' || '' }}
120
120
${{ inputs.allow-empty == 'true' && '--allow-empty' || '' }}
121
121
${{ inputs.base-path && format('--base-path {0}', inputs.base-path) || '' }}
122
- ${{ (inputs.file || inputs.path-to-lcov) && format('--file {0}', inputs.file || inputs.path-to-lcov) || '' }}
123
122
${{ inputs.format && format('--format {0}', inputs.format) || '' }}
123
+ ${{ inputs.file || inputs.path-to-lcov }}
124
124
env :
125
125
COVERALLS_DEBUG : ${{ inputs.debug }}
126
126
COVERALLS_CARRYFORWARD_FLAGS : ${{ inputs.carryforward }}
You can’t perform that action at this time.
0 commit comments