From cfc1b90e28fc85c29923cefb3c6a9beba45297df Mon Sep 17 00:00:00 2001 From: Yuji Matsumoto Date: Thu, 5 Feb 2026 23:46:52 +0900 Subject: [PATCH] fix(ci): remove conditional for coverage job to run on all events --- .github/workflows/ci.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7e712c..0bc9cab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,6 @@ jobs: coverage: name: Code Coverage runs-on: ubuntu-latest - if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index ae970e8..1c8c500 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Backlog MCP Server (`mcp-backlog-server`) +[![codecov](https://codecov.io/gh/safx/backlog-mcp-server-rust/graph/badge.svg?token=0S1XJTJY6I)](https://codecov.io/gh/safx/backlog-mcp-server-rust) + `mcp-backlog-server` is a Model Context Protocol (MCP) server for interacting with the Backlog API. This server allows MCP-compatible clients (such as AI assistants) to utilize Backlog functionalities.