We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526c5a4 commit 545ccccCopy full SHA for 545cccc
action.yml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- id: coverage-badge
18
run: |
19
- pip install -U coverage-badge
+ pip install -U coverage coverage-badge
20
EXTRA_ARGS=""
21
22
if [[ '${{ inputs.overwrite }}' == 'true' ]]; then
0 commit comments