Add coverage report artifact upload

This commit is contained in:
Reckless_Satoshi 2023-11-29 11:26:09 +00:00
parent a15bdc3f30
commit b1b19d702c
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -70,7 +70,14 @@ jobs:
run: |
docker exec coordinator coverage run manage.py test
docker exec coordinator coverage report
docker exec coordinator coverage html
env:
LNVENDOR: ${{ matrix.ln-vendor }}
DEVELOPMENT: True
USE_TOR: False
- name: 'Upload coverage report'
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: htmlcov/