Skip to content

Commit 5f87e3f

Browse files
committed
πŸ‘¨β€πŸ’» Modify the file path format.
1 parent 6279557 commit 5f87e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žscripts/ci/combine_coverage_reports.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
test_type=$1
66

7-
coveragedatafile=".coverage.$test_type"
7+
coveragedatafile=".coverage_$test_type"
88

99
if [ "$test_type" == "all-test" ];
1010
then

0 commit comments

Comments
Β (0)