diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 07f5dcc..dd8e89c 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@v3.1.0 # Docs: + - uses: codecov/codecov-action@v3.1.1 # Docs: if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }}