Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit e16e791

Browse files
committed
docs: add CI and Codecov badges to README
Add status badges for Test workflow, Release Assets workflow, and Codecov coverage to provide visibility into project health.
1 parent a92f897 commit e16e791

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Probitas CLI
22

3+
[![Test](https://github.com/jsr-probitas/cli/actions/workflows/test.yml/badge.svg)](https://github.com/jsr-probitas/cli/actions/workflows/test.yml)
4+
[![Release Assets](https://github.com/jsr-probitas/cli/actions/workflows/release-assets.yml/badge.svg)](https://github.com/jsr-probitas/cli/actions/workflows/release-assets.yml)
5+
[![codecov](https://codecov.io/gh/jsr-probitas/cli/graph/badge.svg)](https://codecov.io/gh/jsr-probitas/cli)
6+
37
Command-line interface for
48
[Probitas](https://github.com/jsr-probitas/probitas) - a scenario-based testing
59
& workflow execution framework.

0 commit comments

Comments
 (0)