diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03e5694..11da2f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: go vet ./... go test -v ./... - name: Update coverage report - uses: ncruces/go-coverage-report@v0.3.1 + uses: ncruces/go-coverage-report@v0.3.2 with: report: true chart: true