From 32f76315d1db6552b06199c5e9ba7ab6fabe7f04 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 13 Apr 2021 01:00:29 +0200 Subject: [PATCH] Test Coveralls --- .github/workflows/test.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bb5cad3a..bb619b0ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -254,13 +254,20 @@ jobs: ########################################################################## # COVERAGE REPORT FRONTEND ################################################ ########################################################################## - - name: show content of /coverage/lcov.info - run: cat ./coverage/lcov.info - - name: frontend | coverage report - uses: romeovs/lcov-reporter-action@v0.2.16 + #- name: show content of /coverage/lcov.info + # run: cat /coverage/lcov.info + #- name: frontend | coverage report + # 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: github-token: ${{ secrets.GITHUB_TOKEN }} - lcov-file: ./coverage/lcov.info #test: # runs-on: ubuntu-latest