Skip to content

Commit 9a58df6

Browse files
authored
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.
1 parent 1417741 commit 9a58df6

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
- name: Install dependencies
3737
run: |
38-
python -m pip install --upgrade pip setuptools coveralls
38+
python -m pip install --upgrade pip setuptools
3939
python -m pip install -r requirements/tests.txt
4040
- name: Set up databases
4141
run: |
@@ -60,12 +60,3 @@ jobs:
6060
- name: Run tests
6161
run: |
6262
make ci
63-
- name: Coveralls
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
COVERALLS_PARALLEL: true
67-
COVERALLS_FLAG_NAME: "${{ env.PYTHON_VERSION }}"
68-
COVERALLS_SERVICE_NAME: github
69-
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
70-
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
71-
run: coveralls --service=github

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ djangoproject.com source code
44
.. image:: https://github.com/django/djangoproject.com/workflows/Tests/badge.svg?branch=main
55
:target: https://github.com/django/djangoproject.com/actions
66

7-
.. image:: https://coveralls.io/repos/django/djangoproject.com/badge.svg?branch=main
8-
:target: https://coveralls.io/r/django/djangoproject.com?branch=main
9-
107
To run locally, you can either:
118

129
- Install and run from a virtual environment

0 commit comments

Comments
 (0)