@@ -100,7 +100,7 @@ runs:
100100 -name :Done report
101101if :inputs.parallel-finished == 'true'
102102shell :bash
103- run :coveralls-- done ${{ inputs.debug == 'true' && '--debug' || '' }}
103+ run :coveralls done ${{ inputs.debug == 'true' && '--debug' || '' }}
104104env :
105105COVERALLS_DEBUG :${{ inputs.debug }}
106106COVERALLS_CARRYFORWARD_FLAGS :${{ inputs.carryforward }}
@@ -115,12 +115,12 @@ runs:
115115if :inputs.parallel-finished != 'true'
116116shell :bash
117117run :>-
118- coveralls
118+ coveralls report
119119 ${{ inputs.debug == 'true' && '--debug' || '' }}
120120 ${{ inputs.allow-empty == 'true' && '--allow-empty' || '' }}
121121 ${{ 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) || '' }}
123122 ${{ inputs.format && format('--format {0}', inputs.format) || '' }}
123+ ${{ inputs.file || inputs.path-to-lcov }}
124124env :
125125COVERALLS_DEBUG :${{ inputs.debug }}
126126COVERALLS_CARRYFORWARD_FLAGS :${{ inputs.carryforward }}