diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9ca5ebc..37555d1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -53,7 +53,7 @@ jobs: go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/disabled_vertices.txt -covermode=atomic ./tests/disabled_vertices cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt - - uses: codecov/codecov-action@v5.0.4 # Docs: + - uses: codecov/codecov-action@v5.0.7 # Docs: if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }}