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 1240b89 commit 5be0e1bCopy full SHA for 5be0e1b
tools/circleci_focal_gcc9_coverage.sh
@@ -31,7 +31,7 @@ make -j2 VERBOSE=1
31
ctest -V -j4 -E torture
32
33
# Upload coverage data.
34
-bash <(curl -s https://codecov.io/bash) -x gcov-9
+bash <(curl -s https://codecov.io/bash) -x $deps_dir/bin/gcov
35
36
set +e
37
set +x
0 commit comments