Skip to content

Commit 085c9ca

Browse files
committed
tests: fix coverity scan
1 parent f45ad13 commit 085c9ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gcc-distcheck.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252

5353
- name: Submit code coverage
5454
uses: codecov/codecov-action@v5
55+
with:
56+
token: ${{ secrets.CODECOV_TOKEN }}
57+
verbose: true
5558

5659
- name: Check the distribution
5760
# AM_DISTCHECK_CONFIGURE_FLAGS are not ready for clang and asan

0 commit comments

Comments
 (0)