Skip to content

Commit 5be0e1b

Browse files
committed
Code coverage fix.
1 parent 1240b89 commit 5be0e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/circleci_focal_gcc9_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ make -j2 VERBOSE=1
3131
ctest -V -j4 -E torture
3232

3333
# Upload coverage data.
34-
bash <(curl -s https://codecov.io/bash) -x gcov-9
34+
bash <(curl -s https://codecov.io/bash) -x $deps_dir/bin/gcov
3535

3636
set +e
3737
set +x

0 commit comments

Comments
 (0)