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.
1 parent 0ff941c commit 996b176Copy full SHA for 996b176
.github/workflows/tests.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Wait database available
73
run: bash ./.github/scripts/wait-ydb-container.sh
74
- name: Test
75
- run: go test -race -coverpkg=./tests/... -coverprofile integration.txt -covermode atomic ./tests
+ run: go test -race -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests
76
- name: Upload Table coverage report to Codecov
77
uses: codecov/codecov-action@v2
78
with:
0 commit comments