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 af48ab6 commit edd8735Copy full SHA for edd8735
go-test-runner
@@ -42,6 +42,8 @@ main () {
42
# Create a new coverage-all.out file, that will contain the contents of every individual
43
# pkg's `coverage.out`.
44
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");
47
48
# Generate coverage numbers for all go files in the given FILE_PATH.
49
generate_test_coverage;
@@ -167,4 +169,4 @@ print_handler () {
167
169
}
168
170
171
# Run the main method.
-main "$@"
172
+main "$@"
0 commit comments