Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-07-07 20:14:01 +0300
committerMatt Clay <matt@mystile.com>2020-07-07 20:22:45 +0300
commitfb7740ae3b5b660bd7f4a845293aab1612b24b9b (patch)
tree157dbb9bd03c6394d46e9544137f42a8056ea93f /hacking
parent688cd8657bcd4610aa268913be67e76778bc6940 (diff)
Update hacking/shippable docs.
The `--all` option downloads more than is needed for analyzing code coverage.
Diffstat (limited to 'hacking')
-rw-r--r--hacking/shippable/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/shippable/README.md b/hacking/shippable/README.md
index 1713f869f42..940bedd0a09 100644
--- a/hacking/shippable/README.md
+++ b/hacking/shippable/README.md
@@ -43,7 +43,7 @@ Reducing incidental test coverage, and eventually removing incidental tests invo
```shell
# download results to ansible/ansible directory under cwd
# 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.
Example: