Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

> **The complete toolkit for developing Tari smart contracts**

![GitHub Release](https://img.shields.io/github/v/release/tari-project/tari-cli)
![CI Build Status](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/ci.yml)
[![GitHub Release](https://img.shields.io/github/v/release/tari-project/tari-cli)](https://github.com/tari-project/tari-cli/releases)
[![CI Build Status](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/pr-check.yml)](https://github.com/tari-project/tari-cli/actions/workflows/pr-check.yml)
[![Crates.io](https://img.shields.io/crates/v/tari-ootle-cli)](https://crates.io/crates/tari-ootle-cli)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The crate name tari-ootle-cli used in this badge is inconsistent with the installation command cargo install tari-cli mentioned in the Quick Start section (line 31). These should be made consistent to avoid user confusion during installation.

[![docs.rs](https://img.shields.io/docsrs/tari-ootle-cli)](https://docs.rs/tari-ootle-cli)

The **Tari CLI** smart contract development tool for the Tari Layer-2 blockchain.

Expand Down Expand Up @@ -126,9 +128,9 @@ See the [Configuration Guide](docs/02-guides/project-configuration.md) for netwo

## 📊 Project Status

- **Build Status**: ![CI](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/ci.yml)
- **Test Coverage**: ![Coverage](https://img.shields.io/codecov/c/github/tari-project/tari-cli)
- **Latest Release**: ![Release](https://img.shields.io/github/v/release/tari-project/tari-cli)
- **Build Status**: [![CI](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/pr-check.yml)](https://github.com/tari-project/tari-cli/actions/workflows/pr-check.yml)
- **Latest Release**: [![Release](https://img.shields.io/github/v/release/tari-project/tari-cli)](https://github.com/tari-project/tari-cli/releases)
- **Crates.io**: [![Crates.io](https://img.shields.io/crates/v/tari-ootle-cli)](https://crates.io/crates/tari-ootle-cli)
Comment on lines +131 to +133
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Test Coverage badge was removed in this update. If the project still utilizes Codecov for tracking test coverage, it is recommended to retain this badge in the Project Status section for better visibility of the codebase's health.

Suggested change
- **Build Status**: [![CI](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/pr-check.yml)](https://github.com/tari-project/tari-cli/actions/workflows/pr-check.yml)
- **Latest Release**: [![Release](https://img.shields.io/github/v/release/tari-project/tari-cli)](https://github.com/tari-project/tari-cli/releases)
- **Crates.io**: [![Crates.io](https://img.shields.io/crates/v/tari-ootle-cli)](https://crates.io/crates/tari-ootle-cli)
- **Build Status**: [![CI](https://img.shields.io/github/actions/workflow/status/tari-project/tari-cli/pr-check.yml)](https://github.com/tari-project/tari-cli/actions/workflows/pr-check.yml)\n- **Test Coverage**: [![Coverage](https://img.shields.io/codecov/c/github/tari-project/tari-cli)](https://codecov.io/gh/tari-project/tari-cli)\n- **Latest Release**: [![Release](https://img.shields.io/github/v/release/tari-project/tari-cli)](https://github.com/tari-project/tari-cli/releases)\n- **Crates.io**: [![Crates.io](https://img.shields.io/crates/v/tari-ootle-cli)](https://crates.io/crates/tari-ootle-cli)


---

Expand Down