File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 35
35
python-version : ${{ env.PYTHON_VERSION }}
36
36
- name : Install dependencies
37
37
run : |
38
- python -m pip install --upgrade pip setuptools coveralls
38
+ python -m pip install --upgrade pip setuptools
39
39
python -m pip install -r requirements/tests.txt
40
40
- name : Set up databases
41
41
run : |
60
60
- name : Run tests
61
61
run : |
62
62
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
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ djangoproject.com source code
4
4
.. image :: https://github.com/django/djangoproject.com/workflows/Tests/badge.svg?branch=main
5
5
:target: https://github.com/django/djangoproject.com/actions
6
6
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
-
10
7
To run locally, you can either:
11
8
12
9
- Install and run from a virtual environment
You can’t perform that action at this time.
0 commit comments