mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Add coverage report artifact upload
This commit is contained in:
parent
a15bdc3f30
commit
b1b19d702c
7
.github/workflows/integration-tests.yml
vendored
7
.github/workflows/integration-tests.yml
vendored
@ -70,7 +70,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker exec coordinator coverage run manage.py test
|
docker exec coordinator coverage run manage.py test
|
||||||
docker exec coordinator coverage report
|
docker exec coordinator coverage report
|
||||||
|
docker exec coordinator coverage html
|
||||||
env:
|
env:
|
||||||
LNVENDOR: ${{ matrix.ln-vendor }}
|
LNVENDOR: ${{ matrix.ln-vendor }}
|
||||||
DEVELOPMENT: True
|
DEVELOPMENT: True
|
||||||
USE_TOR: False
|
USE_TOR: False
|
||||||
|
|
||||||
|
- name: 'Upload coverage report'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: coverage-report
|
||||||
|
path: htmlcov/
|
Loading…
Reference in New Issue
Block a user