Skip to content

Commit d5a8e2d

Browse files
Merge pull request #35 from codecov/v0.3.0
release: 0.3.0
2 parents 4f17ac7 + ac32573 commit d5a8e2d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.3.0

dist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.3.0

dist/codecov_ats.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ fi
117117

118118
# Post process label-analysis response
119119

120+
120121
# Create directory to put result files
121122
mkdir codecov_ats
122123
# Export tests to run and tests to skip into respective files
@@ -131,7 +132,7 @@ skip_count=$(testcount ats_tests_to_skip)
131132

132133
# Change tests_to_run to have 1 test if no tests were selected
133134
# This avoids users running ALL tests if no test is selected to run
134-
# ⚠️ it's safer for the customer if they check test counts themselves and run tests conditionally
135+
# (ideally customer will they check test counts themselves and run tests conditionally)
135136
if [[ "$run_count" -eq 0 ]]; then
136137
say "All tests skipped. Adding random test in tests_to_run to avoid running all tests"
137138
jq <<< "$response" --argjson randint $RANDOM '.runner_options + [.ats_tests_to_skip[$randint % length]] | @sh' --raw-output > codecov_ats/tests_to_run.txt

0 commit comments

Comments
 (0)