You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ See https://swift.org/CONTRIBUTORS.txt for Swift project authors
13
13
Swift Testing is a package with expressive and intuitive APIs that make testing
14
14
your Swift code a breeze.
15
15
16
+
[](https://github.com/swiftlang/swift-testing/actions/workflows/main_using_main.yml)
17
+
[](https://github.com/swiftlang/swift-testing/actions/workflows/main_using_release.yml)
18
+
16
19
## Feature overview
17
20
18
21
### Clear, expressive API
@@ -103,18 +106,14 @@ Swift.
103
106
The table below describes the current level of support that Swift Testing has
104
107
for various platforms:
105
108
106
-
|**Platform**|**CI Status (6.2)**|**CI Status (main)**|**Support Status**|
0 commit comments