Commit fa1e095
authored
Adjust README to show status badges from GitHub Actions workflows (#1364)
This adjusts `README.md` to begin showing CI status badges from the
GitHub Actions workflows I configured in #1361.
View [rendered README
document](https://github.com/stmontgomery/swift-testing/blob/github-actions-badges/README.md).
### Motivation:
This will help ensure our CI status badges remain consistent with the CI
status shown on Pull Requests.
### Modifications:
- Remove the CI status column on the "Supported platforms" table from
the README.
- This is because the new workflows do not offer granular, per-platform
status badges (see [GitHub's
documentation](https://docs.github.com/en/actions/how-tos/monitor-workflows/add-a-status-badge)).
- Add a new section to the README showing this status.
- Drive-by improvement: Move "Windows" platform up a few rows so that
all the Supported platforms are listed first, followed by all
Experimental platforms.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 08f39d6 commit fa1e095
1 file changed
+11
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
0 commit comments