From c8e68b7497c1089aa3cd269ace5481416730e340 Mon Sep 17 00:00:00 2001 From: Peppi Littera Date: Mon, 21 Oct 2024 11:17:39 +0200 Subject: [PATCH 1/2] Add badges to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 758e9167..04ef7521 100644 --- a/README.md +++ b/README.md @@ -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) +[![docs](https://img.shields.io/badge/docs-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz/docs) +[![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) +[![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 From a12fe7ecf3dfd1a8730f4f480bc8a6e78db6c312 Mon Sep 17 00:00:00 2001 From: Peppi Littera Date: Mon, 21 Oct 2024 13:09:02 +0200 Subject: [PATCH 2/2] Hermes inspired variation --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 04ef7521..694d0622 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ -[![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) -[![docs](https://img.shields.io/badge/docs-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz/docs) -[![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) -[![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) +[![Build Status][build-image]][build-link] +[![End2End Tests](https://img.shields.io/badge/End2End-passing-brightgreen)](https://github.com/informalsystems/cycles-quartz/actions?query=workflow%3Ae2e-tests) +[![Integration tests][test-image]][test-link] +[![Apache 2.0 Licensed][license-image]][license-link] +![Rust Stable][rustc-image] +![Rust 1.75+][rustc-version] # Quartz @@ -165,3 +161,14 @@ Apache 2.0 [future_work]: /docs/roadmap.md [how_to_win_friends_talk]: https://www.youtube.com/watch?v=XwKIt5XYyqw [how_to_win_friends_thread]: https://x.com/buchmanster/status/1816084691784720887 + + +[build-image]: https://github.com/informalsystems/hermes/workflows/Rust/badge.svg +[build-link]: https://github.com/informalsystems/cycles-quartz/actions?query=workflow%3ARust +[test-image]: https://github.com/informalsystems/hermes/actions/workflows/integration.yaml/badge.svg?branch=master +[test-link]: https://github.com/informalsystems/cycles-quartz/actions?query=workflow%3A%22Integration%22 +[license-image]: https://img.shields.io/badge/license-Apache_2.0-blue.svg +[license-link]: https://github.com/informalsystems/cycles-quartz/blob/main/LICENSE +[rustc-image]: https://img.shields.io/badge/rustc-stable-blue.svg +[rustc-version]: https://img.shields.io/badge/rustc-1.75.0-blue.svg +