chore(ci): add page with workflow status badges for quick reference (#3248)

This commit is contained in:
Julio Lopez
2023-08-23 17:38:07 -07:00
committed by GitHub
parent cde557b0bf
commit 1fd1ff0151

19
build-status.md Normal file
View File

@@ -0,0 +1,19 @@
# Status of Kopia CI Workflows
| Job | Status |
| ---- | ------ |
| Build | [![Build](https://github.com/kopia/kopia/actions/workflows/make.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/make.yml) |
| Code Coverage | [![Code Coverage](https://github.com/kopia/kopia/actions/workflows/code-coverage.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/code-coverage.yml) |
| Compatibility Test | [![Compatibility Test](https://github.com/kopia/kopia/actions/workflows/compat-test.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/compat-test.yml) |
| Endurance Test | [![Endurance Test](https://github.com/kopia/kopia/actions/workflows/endurance-test.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/endurance-test.yml) |
| HTML UIL | [![HTMLUI](https://github.com/kopia/kopia/actions/workflows/htmlui-tests.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/htmlui-tests.yml) |
| License Check | [![License Check](https://github.com/kopia/kopia/actions/workflows/license-check.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/license-check.yml) |
| Providers Core | [![Providers - Core](https://github.com/kopia/kopia/actions/workflows/providers-core.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/providers-core.yml) |
| Providers Extra | [![Providers - Extra](https://github.com/kopia/kopia/actions/workflows/providers-extra.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/providers-extra.yml) |
| Race detector | [![Race Detector](https://github.com/kopia/kopia/actions/workflows/race-detector.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/race-detector.yml) |
| Stress Test | [![Stress Test](https://github.com/kopia/kopia/actions/workflows/stress-test.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/stress-test.yml) |
| Tests | [![Tests](https://github.com/kopia/kopia/actions/workflows/tests.yml/badge.svg)](https://github.com/kopia/kopia/actions/workflows/tests.yml) |
---
Code coverage: [![Coverage Status](https://codecov.io/gh/kopia/kopia/branch/master/graph/badge.svg?token=CRK4RMRFSH)](https://codecov.io/gh/kopia/kopia)