summaryrefslogtreecommitdiff
path: root/hacking/shippable/README.md
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-03-12 13:04:27 -0500
committerMatt Clay <matt@mystile.com>2020-03-12 13:37:50 -0700
commit0971a0dfea2ca097ead3a552978283289c3451f7 (patch)
tree8686a361367c396ae9d20814516b7bd9a7e010a1 /hacking/shippable/README.md
parentabc7402f3f4c6ba023efff818dccef511eae1e8d (diff)
downloadansible-0971a0dfea2ca097ead3a552978283289c3451f7.tar.gz
Add script for getting URLs of coverage runs
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'hacking/shippable/README.md')
-rw-r--r--hacking/shippable/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/hacking/shippable/README.md b/hacking/shippable/README.md
index 1f48d65d80..deb8b41b3a 100644
--- a/hacking/shippable/README.md
+++ b/hacking/shippable/README.md
@@ -5,6 +5,7 @@
This directory contains the following scripts:
- download.py - Download results from Shippable.
+- get_recent_coverage_runs.py - Retrieve Shippable URLs of recent coverage test runs.
- incidental.py - Report on incidental code coverage using data from Shippable.
- run.py - Start new runs on Shippable.
@@ -32,6 +33,11 @@ Reducing incidental test coverage, and eventually removing incidental tests invo
1. Run the entire test suite with code coverage enabled.
This is done automatically each day on Shippable.
+ The URLs and statuses of the most recent such test runs can be found with:
+ ```shell
+ hacking/shippable/get_recent_coverage_runs.py <optional branch name>
+ ```
+ For now the branch name defaults to `temp-2.10-devel`.
2. Download code coverage data from Shippable for local analysis.
Example:
```shell