Skip to content

Commit

Permalink
[py3] Migrate testing/merge_scripts/code_coverage PRESUBMIT
Browse files Browse the repository at this point in the history
Bug: 1212057
Change-Id: I13685550bbee1a83a89702fb7a7d2f1e2ffa691d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2957250
Commit-Queue: Yuke Liao <[email protected]>
Auto-Submit: Josip Sokcevic <[email protected]>
Reviewed-by: Yuke Liao <[email protected]>
Cr-Commit-Position: refs/heads/master@{#892148}
  • Loading branch information
sokcevicG authored and Chromium LUCI CQ committed Jun 14, 2021
1 parent da4a01c commit 783d5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/merge_scripts/code_coverage/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
for more details about the presubmit API built into depot_tools.
"""

USE_PYTHON3 = True

def CommonChecks(input_api, output_api):
return input_api.canned_checks.RunUnitTestsInDirectory(
input_api, output_api, '.', [ r'^.+_test\.py$'])
Expand Down

0 comments on commit 783d5c5

Please sign in to comment.