diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b6d5c5c..99286e8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,4 +11,4 @@ jobs: with: go-version: "1.14" - run: go test -coverprofile=coverage.txt -covermode=atomic - - uses: codecov/codecov-action@v3.1.0 + - uses: codecov/codecov-action@v3.1.1