From d3a4c446a6efce69551472f4c7fb7e9cc5bb4895 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 30 Sep 2021 17:22:39 +0800 Subject: [PATCH] fix: upload coverage for windows --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9aaabbb1..502bf0d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,5 @@ jobs: run: go test -race -coverprofile="cover.out" -covermode=atomic ./... - name: Upload coverage to Codecov if: success() - run: | - curl -s https://codecov.io/bash | bash + run: curl -s https://codecov.io/bash | bash shell: bash