From 9a58df61518bcb5865a8bed2fea529826f8bdee6 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Wed, 17 Sep 2025 18:28:50 -0500 Subject: Removed Coveralls references and configuration (#2182) After some discussion, the Website WG decided that we no longer want to use Coveralls. A coverage report is generated when running `make ci` locally. --- .github/workflows/tests.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df448d1a..0b7c22ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install dependencies run: | - python -m pip install --upgrade pip setuptools coveralls + python -m pip install --upgrade pip setuptools python -m pip install -r requirements/tests.txt - name: Set up databases run: | @@ -60,12 +60,3 @@ jobs: - name: Run tests run: | make ci - - name: Coveralls - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_PARALLEL: true - COVERALLS_FLAG_NAME: "${{ env.PYTHON_VERSION }}" - COVERALLS_SERVICE_NAME: github - COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}" - COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}" - run: coveralls --service=github -- cgit v1.3