diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 43fe985..7e5dd9b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,8 +32,9 @@ jobs: go-version-file: cli/go.mod - name: Generate coverage working-directory: cli - run: go test ./... -short -coverprofile=coverage.out -covermode=atomic || true + run: go test ./... -short -coverprofile=coverage.out -covermode=atomic - uses: codecov/codecov-action@v4 + if: always() with: files: cli/coverage.out flags: cli