diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a394e45..6671189 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -69,6 +69,7 @@ jobs: uses: actions/checkout@v2 - name: measure coverage run: make cover - - name: report coverage - run: | - bash <(curl -s https://codecov.io/bash) + - uses: codecov/codecov-action@v2 + with: + fail_ci_if_error: true + verbose: true