-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Workflows status overview (#3792)
Signed-off-by: Richard Salac <[email protected]>
- Loading branch information
1 parent
b2439e7
commit 13f89ff
Showing
2 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Workflows status Overview | ||
|
||
## v3.x.x | ||
|
||
### Sonar | ||
|
||
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=coverage&branch=v3.x.x)](https://sonarcloud.io/summary/new_code?id=zowe_api-layer) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=alert_status&branch=v3.x.x)](https://sonarcloud.io/summary/new_code?id=zowe_api-layer) | ||
|
||
### Scheduled | ||
|
||
[![Automated binary release](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml/badge.svg?branch=v3.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml) | ||
[![Renovate](https://github.com/zowe/api-layer/actions/workflows/renovate-bot.yml/badge.svg?branch=v3.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/renovate-bot.yml) | ||
[![Flag the error message changes and label the PR](https://github.com/zowe/api-layer/actions/workflows/docs.yml/badge.svg?branch=v3.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/docs.yml) | ||
|
||
### On PR merge | ||
|
||
[![Integration tests using JIB containers](https://github.com/zowe/api-layer/actions/workflows/integration-tests.yml/badge.svg?branch=v3.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/integration-tests.yml) | ||
[![Verify that all services can register](https://github.com/zowe/api-layer/actions/workflows/service-registration.yml/badge.svg?branch=v3.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/service-registration.yml) | ||
[![Binary snapshot release](https://github.com/zowe/api-layer/actions/workflows/binary-snapshot-release.yml/badge.svg?branch=v3.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/binary-snapshot-release.yml) | ||
[![Image snapshot release](https://github.com/zowe/api-layer/actions/workflows/image-snapshot-release.yml/badge.svg?branch=v3.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/image-snapshot-release.yml) | ||
[![zowe-cli-plugin-deployment](https://github.com/zowe/api-layer/actions/workflows/zowe-cli-plugin.yml/badge.svg?branch=v3.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/zowe-cli-plugin.yml) | ||
|
||
## v2.x.x | ||
|
||
### Sonar | ||
|
||
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=coverage&branch=v2.x.x)](https://sonarcloud.io/summary/new_code?id=zowe_api-layer) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=alert_status&branch=v2.x.x)](https://sonarcloud.io/summary/new_code?id=zowe_api-layer) | ||
|
||
### Scheduled | ||
|
||
[![Automated binary release](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml/badge.svg?branch=v2.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml) | ||
|
||
### On PR merge | ||
|
||
[![Integration tests using JIB containers](https://github.com/zowe/api-layer/actions/workflows/integration-tests.yml/badge.svg?branch=v2.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/integration-tests.yml) | ||
[![Verify that all services can register](https://github.com/zowe/api-layer/actions/workflows/service-registration.yml/badge.svg?branch=v2.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/service-registration.yml) | ||
[![Binary snapshot release](https://github.com/zowe/api-layer/actions/workflows/binary-snapshot-release.yml/badge.svg?branch=v2.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/binary-snapshot-release.yml) | ||
[![Image snapshot release](https://github.com/zowe/api-layer/actions/workflows/image-snapshot-release.yml/badge.svg?branch=v2.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/image-snapshot-release.yml) | ||
[![zowe-cli-plugin-deployment](https://github.com/zowe/api-layer/actions/workflows/zowe-cli-plugin.yml/badge.svg?branch=v2.x.x&event=push)](https://github.com/zowe/api-layer/actions/workflows/zowe-cli-plugin.yml) | ||
|