Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.
pull/70509/head
Matt Clay 4 years ago
parent 688cd8657b
commit fb7740ae3b

@ -43,7 +43,7 @@ Reducing incidental test coverage, and eventually removing incidental tests invo
```shell ```shell
# download results to ansible/ansible directory under cwd # download results to ansible/ansible directory under cwd
# substitute the correct run number for the Shippable coverage run you want to download # substitute the correct run number for the Shippable coverage run you want to download
hacking/shippable/download.py https://app.shippable.com/github/ansible/ansible/runs/162160 --all -v hacking/shippable/download.py https://app.shippable.com/github/ansible/ansible/runs/162160 --test-results --run-metadata -v
``` ```
3. Analyze code coverage data to see which portions of the code are covered by each test. 3. Analyze code coverage data to see which portions of the code are covered by each test.
Example: Example:

Loading…
Cancel
Save