From 130b44c8e07feffc90b2c3c06682b8584bea97ed Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Sun, 19 Apr 2026 22:35:43 +0300 Subject: [PATCH] Rename coverage upload step and add parameters Updated the name of the coverage upload step and added token and slug parameters. --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cba9107..fa89200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,10 +37,12 @@ jobs: - name: Run tests run: python -m pytest -q --cov=src/commit_check_mcp --cov-report=xml - - name: Upload coverage + - name: Upload coverage reports to Codecov if: matrix.python-version == '3.12' uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: commit-check/commit-check-mcp files: ./coverage.xml build: