We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2784654 + 29136bb commit e8238b9Copy full SHA for e8238b9
.github/workflows/linux.yml
@@ -53,7 +53,7 @@ jobs:
53
go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/disabled_vertices.txt -covermode=atomic ./tests/disabled_vertices
54
cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt
55
56
- - uses: codecov/codecov-action@v5.1.2 # Docs: <https://github.com/codecov/codecov-action>
+ - uses: codecov/codecov-action@v5.2.0 # Docs: <https://github.com/codecov/codecov-action>
57
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
58
with:
59
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments