directory tests

This commit is contained in:
Ulf Gebhardt 2021-04-13 22:38:17 +02:00
parent ddee4ae0ae
commit 296cc891fb
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -258,14 +258,16 @@ jobs:
run: |
ls ~/coverage
ls ./coverage
ls ./
pwd
cd ~
pwd
# mv /coverage/* ./coverage/
# cat ./coverage/lcov.info
- name: frontend | coverage report
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 ##############################################
##########################################################################