Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badges to README.md #268

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz)
[![Code Coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen)](https://github.com/informalsystems/cycles-quartz)
Copy link
Member

Choose a reason for hiding this comment

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

These should point to the actual workflow to show their status.

[![docs](https://img.shields.io/badge/docs-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz/docs)
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove these -> cov, issues, PRs, stars.
And add e2e (workflow status) and rust: stable.

[![GitHub Issues](https://img.shields.io/github/issues/informalsystems/cycles-quartz)](https://github.com/informalsystems/cycles-quartz/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/informalsystems/cycles-quartz/pulls)
[![GitHub Stars](https://img.shields.io/github/stars/informalsystems/cycles-quartz)](https://github.com/informalsystems/cycles-quartz/stargazers)
[![Rust](https://img.shields.io/badge/Rust-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz)
[![msrv](https://img.shields.io/badge/msrv-1.72.1-blue)](https://github.com/informalsystems/cycles-quartz)
Copy link
Member

Choose a reason for hiding this comment

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

I think the msrv is incorrect.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup ... changed

[![crates.io](https://img.shields.io/badge/crates.io-v0.1.0-blue)](https://crates.io/crates/quartz-rs)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/informalsystems/cycles-quartz/blob/main/LICENSE)

# Quartz

Quartz is a flexible framework for privacy-preserving computation via Trusted Execution
Expand Down