Skip to content

Commit ae49997

Browse files
committed
Fix CI
1 parent 1aa3b8d commit ae49997

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
4444

4545
- name: Upload coverage
46-
uses: scrutinizer-ci/action-scrutinizer@v1
47-
with:
48-
command: upload-coverage
49-
path: coverage.out
50-
format: go-cc
46+
run: |
47+
wget https://scrutinizer-ci.com/ocular.phar
48+
php ocular.phar code-coverage:upload --format=go-cc coverage.out

0 commit comments

Comments
 (0)