Skip to content

Commit 235d718

Browse files
committed
Fix uploadCoverageData.sh script
1 parent a17a5bd commit 235d718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/uploadCoverageData.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
if ! [ -f coverage.info ]; then
6-
"$(basename "$0")/collectCoverageData.sh" "$@"
6+
"$(dirname "$0")/collectCoverageData.sh" "$@"
77
fi
88

99
# Coverage.io

0 commit comments

Comments
 (0)