mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
directory tests
This commit is contained in:
parent
ddee4ae0ae
commit
296cc891fb
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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 ##############################################
|
||||
##########################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user