Skip to content

Commit

Permalink
Code coverage fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 21, 2023
1 parent 1240b89 commit 5be0e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci_focal_gcc9_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ make -j2 VERBOSE=1
ctest -V -j4 -E torture

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

set +e
set +x

0 comments on commit 5be0e1b

Please sign in to comment.