diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2025-09-17 18:28:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 19:28:50 -0400 |
| commit | 9a58df61518bcb5865a8bed2fea529826f8bdee6 (patch) | |
| tree | 4b7db066879f40afbc45ac4615cd894bb0866458 /.github | |
| parent | 1417741c14b900d858284374e8c0dd5bbfb1cae5 (diff) | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 11 |
1 files changed, 1 insertions, 10 deletions
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 |
