We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa3b8d commit ae49997Copy full SHA for ae49997
1 file changed
.github/workflows/main.yml
@@ -43,8 +43,6 @@ jobs:
43
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
44
45
- name: Upload coverage
46
- uses: scrutinizer-ci/action-scrutinizer@v1
47
- with:
48
- command: upload-coverage
49
- path: coverage.out
50
- format: go-cc
+ run: |
+ wget https://scrutinizer-ci.com/ocular.phar
+ php ocular.phar code-coverage:upload --format=go-cc coverage.out
0 commit comments