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