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 7897059 commit 46adb94Copy full SHA for 46adb94
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@latest \
+ go run github.com/vladopajic/go-test-coverage/v2@78970591c7bd59dc59031d62c210798ef618d1e0 \
153
--config=${{ inputs.config || '***' }} \
154
--profile=${{ inputs.profile || '***' }} \
155
--source-dir=${{ inputs.source-dir || '***' }} \
0 commit comments