Skip to content

Commit

Permalink
Run code coverage on v2 unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed Jul 4, 2020
1 parent e9351d8 commit bc5ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/ci.py
Expand Up @@ -262,7 +262,7 @@ def _test_command(
*, oauth_token_path: Optional[str] = None, extra_args: Optional[List[str]] = None
) -> List[str]:
targets = ["build-support::", "src::", "tests::", "pants-plugins::"]
command = ["./pants.pex", "test", *targets]
command = ["./pants.pex", "test", "--use-coverage", *targets]
if extra_args:
command.extend(extra_args)
if oauth_token_path:
Expand Down

0 comments on commit bc5ba91

Please sign in to comment.