Skip to content

Commit

Permalink
Bump number of warnings. My PR is not related to swift code. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Sep 11, 2024
1 parent 9c402f2 commit df5d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-fixtures/generate-metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
BUILD_LOG_FILE="$1"
TYPE_LOG_FILE="$2"
THRESHOLD_UNIT_TEST=9
THRESHOLD_XCUITEST=21
THRESHOLD_XCUITEST=22

WARNING_COUNT=$(grep -E -v "SourcePackages/checkouts" "$BUILD_LOG_FILE" | grep -E "(^|:)[0-9]+:[0-9]+:|warning:|ld: warning:|<unknown>:0: warning:|fatal|===" | uniq | wc -l)

Expand Down

0 comments on commit df5d41f

Please sign in to comment.