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 a503634 + f56f261 commit e2f0cf3Copy full SHA for e2f0cf3
.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/[email protected].0 # Docs: <https://github.com/codecov/codecov-action>
+ - uses: codecov/[email protected].1 # 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