mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Test Coveralls
This commit is contained in:
parent
981a315561
commit
32f76315d1
17
.github/workflows/test.yml
vendored
17
.github/workflows/test.yml
vendored
@ -254,13 +254,20 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# COVERAGE REPORT FRONTEND ################################################
|
# COVERAGE REPORT FRONTEND ################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: show content of /coverage/lcov.info
|
#- name: show content of /coverage/lcov.info
|
||||||
run: cat ./coverage/lcov.info
|
# run: cat /coverage/lcov.info
|
||||||
- name: frontend | coverage report
|
#- name: frontend | coverage report
|
||||||
uses: romeovs/lcov-reporter-action@v0.2.16
|
# 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:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
lcov-file: ./coverage/lcov.info
|
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user