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 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 : |
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
Original file line number Diff line number Diff 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-
107To run locally, you can either:
118
129- Install and run from a virtual environment
You can’t perform that action at this time.
0 commit comments