From f977c44d84af1dcc7d5a64b4f7ef114502344b5d Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 20 Jan 2026 01:26:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20tests.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aebd2a7c..c28e4590 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,8 @@ jobs: run: | pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing - name: Upload to Codecov - if: matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py' + # note currently not working for external contributions + if: false && matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py' uses: codecov/codecov-action@v5 with: name: markdown-it-py-pytests