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 bfee262 + 9bb30d5 commit 3449693Copy full SHA for 3449693
.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@v2.1.0 # Docs: <https://github.com/codecov/codecov-action>
+ - uses: codecov/codecov-action@v3.0.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