From 6316b60752c1cb4358c671389d27b2cdf88cc42c Mon Sep 17 00:00:00 2001 From: James B Date: Thu, 9 Jan 2025 17:50:17 +0000 Subject: [PATCH] Drop coveralls --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd82403..0ecb0eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,7 @@ jobs: - run: pip install .[test] - run: pip install "myst-parser${{ matrix.myst-parser-version }}" # Run pytest - - run: pytest -vv --cov sphinxcontrib + - run: pytest -vv sphinxcontrib # Also try building the docs in the docs directory - run: pip install sphinx_rtd_theme - run: cd docs && make dirhtml - - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: coveralls --service=github