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 9d7e651 commit 7897059Copy full SHA for 7897059
action.yml
@@ -149,7 +149,7 @@ runs:
149
- name: run go-test-coverage
150
shell: bash
151
run: |
152
- go run github.com/vladopajic/go-test-coverage/v2@v2.14.1 \
+ go run github.com/vladopajic/go-test-coverage/v2@latest \
153
--config=${{ inputs.config || '***' }} \
154
--profile=${{ inputs.profile || '***' }} \
155
--source-dir=${{ inputs.source-dir || '***' }} \
0 commit comments