diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 359242c..f21a67d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,4 +15,4 @@ jobs: - name: test run: go test ./... -race -coverprofile=coverage.out -covermode=atomic -v - name: upload coverage to Codecov - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v2