From e3da6026a3ab218cd8504c024ef44f54e73ab5cb Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 13 Apr 2021 01:44:14 +0200 Subject: [PATCH] is there a coveralls-api-result file somewhere? --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdfdc9ae3..6cef031a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: gradido test CI -on: [push, pull_request] +on: [push] # , pull_request jobs: ############################################################################## @@ -269,6 +269,8 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: /coverage/lcov.info + - name: frontend | print Coveralls result + run: ls -la /coverage #test: # runs-on: ubuntu-latest