mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 03:12:15 +00:00
Define service in coveralls task
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
if: ${{ matrix.parallel }}
|
if: ${{ matrix.parallel }}
|
||||||
run: coverage run manage.py test ${{ matrix.test-group }} --parallel --verbosity=2
|
run: coverage run manage.py test ${{ matrix.test-group }} --parallel --verbosity=2
|
||||||
- name: Upload Coverage
|
- name: Upload Coverage
|
||||||
run: coveralls
|
run: coveralls --service=github
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COVERALLS_FLAG_NAME: ${{ matrix.test-group }}
|
COVERALLS_FLAG_NAME: ${{ matrix.test-group }}
|
||||||
|
|||||||
Reference in New Issue
Block a user