Skip to content

Commit 545cccc

Browse files
authored
Update action.yml
1 parent 526c5a4 commit 545cccc

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
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- id: coverage-badge
1818
run: |
19-
pip install -U coverage-badge
19+
pip install -U coverage coverage-badge
2020
EXTRA_ARGS=""
2121
2222
if [[ '${{ inputs.overwrite }}' == 'true' ]]; then

0 commit comments

Comments
 (0)