update version coverage reporter

This commit is contained in:
Ulf Gebhardt 2021-04-13 22:26:05 +02:00
parent 25bc2fb094
commit ddee4ae0ae
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -256,15 +256,16 @@ jobs:
##########################################################################
- name: show content of /coverage/lcov.info
run: |
cat ~/coverage/lcov.info
ls ~/coverage
ls ./coverage
ls ./
# mv /coverage/* ./coverage/
# cat ./coverage/lcov.info
- name: frontend | coverage report
uses: romeovs/lcov-reporter-action@v0.2.16
uses: romeovs/lcov-reporter-action@v0.2.21
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ~/coverage/lcov.info
lcov-file: ./coverage/lcov.info
##########################################################################
# COVERALLS REPORT FRONTEND ##############################################
##########################################################################