From 54af91eb259d948df9d32026daa4380efd23a4a1 Mon Sep 17 00:00:00 2001 From: Ilia Burakov Date: Thu, 3 Apr 2025 00:41:56 -0400 Subject: [PATCH 1/2] add secrets: inherit --- .github/workflows/run_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 06aa921..1c2cace 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -14,3 +14,4 @@ jobs: call_reusable_run_tests: name: run tests uses: ./.github/workflows/reusable_run_tests.yml + secrets: inherit From a5e1f85f1da1f6d0f5ad28526cb64d0340f2043f Mon Sep 17 00:00:00 2001 From: Ilia Burakov Date: Thu, 3 Apr 2025 00:51:53 -0400 Subject: [PATCH 2/2] add code coverage badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 576681a..c1e32ed 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # DiplomaticMailBot +![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmagicxor%2Fa3b00492f5c856c25ee7101f4257108f%2Fraw%2FDiplomaticMailBot-cobertura-coverage.json) + A Telegram bot that facilitates diplomatic communication between chat groups. This bot acts as a messenger between different Telegram chats, allowing them to establish diplomatic relations and exchange messages.