Skip to content

Commit edd8735

Browse files
committed
Remove mock files
1 parent af48ab6 commit edd8735

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go-test-runner

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ main () {
4242
# Create a new coverage-all.out file, that will contain the contents of every individual
4343
# pkg's `coverage.out`.
4444
echo "mode: count" > coverage-all.out;
45+
TEMP_TEST_FILE_PATHS_ARR+=("${PWD}/coverage-all.out");
46+
TEMP_TEST_FILE_PATHS_ARR+=("${PWD}/coverage.out");
4547

4648
# Generate coverage numbers for all go files in the given FILE_PATH.
4749
generate_test_coverage;
@@ -167,4 +169,4 @@ print_handler () {
167169
}
168170

169171
# Run the main method.
170-
main "$@"
172+
main "$@"

0 commit comments

Comments
 (0)