Test Coveralls

This commit is contained in:
Moriz Wahl 2021-04-13 01:00:29 +02:00 committed by Ulf Gebhardt
parent 981a315561
commit 32f76315d1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -254,13 +254,20 @@ jobs:
##########################################################################
# COVERAGE REPORT FRONTEND ################################################
##########################################################################
- name: show content of /coverage/lcov.info
run: cat ./coverage/lcov.info
- name: frontend | coverage report
uses: romeovs/lcov-reporter-action@v0.2.16
#- name: show content of /coverage/lcov.info
# run: cat /coverage/lcov.info
#- name: frontend | coverage report
# uses: romeovs/lcov-reporter-action@v0.2.16
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# lcov-file: /coverage/lcov.info
##########################################################################
# COVERALLS REPORT FRONTEND ##############################################
##########################################################################
- name: frontend | Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage/lcov.info
#test:
# runs-on: ubuntu-latest