diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1692cd8..699e9cf 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@v4.2.0 # Docs: + - uses: codecov/codecov-action@v4.3.0 # Docs: if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }}