From 3675b24f459aee03258f6da4c3033108dedb34c7 Mon Sep 17 00:00:00 2001 From: "Andrei A." Date: Wed, 2 Oct 2024 12:02:34 +0300 Subject: [PATCH] Feat/1731 add Readme badges (#110) * add Readme badges * adjusting codecov.yml --- README.md | 13 +++++++++++++ codecov.yml | 1 + 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index dbfaa571f..21e9e83b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Linea zkEVM + + Twitter Follow + + + Discord + + + License + + + Codecov + + This is the principal Linea repository. It mainly includes the smart contracts covering Linea's core functions, the prover in charge of generating ZK proofs, the coordinator responsible for multiple orchestrations, and the Postman to execute bridge messages. It serves developers by making the Linea tech stack open source under the [Apache 2.0 license](LICENSE). diff --git a/codecov.yml b/codecov.yml index 4c9af4e46..11ac08697 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,5 @@ codecov: + max_report_age: off notify: wait_for_ci: false require_ci_to_pass: false