Skip to content

Commit

Permalink
test: report test bot test results to analytics.
Browse files Browse the repository at this point in the history
This is used to identify the failure/success rate of various commands.
  • Loading branch information
MikeMcQuaid committed Mar 7, 2024
1 parent 33a4438 commit 0ee42b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test.rb
Expand Up @@ -52,6 +52,7 @@ def test(*arguments, named_args: nil, env: {}, verbose: @verbose, ignore_failure
)
step.run(dry_run: @dry_run, fail_fast: @fail_fast)
@steps << step
Utils::Analytics.report_test_bot_test(step.command_short, step.passed?)
step
end
end
Expand Down

0 comments on commit 0ee42b5

Please sign in to comment.