diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dc01ad2..9259a2f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,4 +11,4 @@ jobs: with: go-version: "1.20" - run: go test -coverprofile=coverage.txt -covermode=atomic - - uses: codecov/codecov-action@v3.1.2 + - uses: codecov/codecov-action@v3