Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7885c0

Browse filesBrowse files
authored
chore: support explicit cli arguments (#179)
1 parent 059e56d commit c7885c0
Copy full SHA for c7885c0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎action.yml

Copy file name to clipboardExpand all lines: action.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
- name: Done report
101101
if: inputs.parallel-finished == 'true'
102102
shell: bash
103-
run: coveralls --done ${{ inputs.debug == 'true' && '--debug' || '' }}
103+
run: coveralls done ${{ inputs.debug == 'true' && '--debug' || '' }}
104104
env:
105105
COVERALLS_DEBUG: ${{ inputs.debug }}
106106
COVERALLS_CARRYFORWARD_FLAGS: ${{ inputs.carryforward }}
@@ -115,12 +115,12 @@ runs:
115115
if: inputs.parallel-finished != 'true'
116116
shell: bash
117117
run: >-
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 }}
124124
env:
125125
COVERALLS_DEBUG: ${{ inputs.debug }}
126126
COVERALLS_CARRYFORWARD_FLAGS: ${{ inputs.carryforward }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.