is there a coveralls-api-result file somewhere?

This commit is contained in:
Moriz Wahl 2021-04-13 01:44:14 +02:00 committed by Ulf Gebhardt
parent d2615bac86
commit e3da6026a3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,7 +1,7 @@
name: gradido test CI name: gradido test CI
on: [push, pull_request] on: [push] # , pull_request
jobs: jobs:
############################################################################## ##############################################################################
@ -269,6 +269,8 @@ jobs:
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: /coverage/lcov.info path-to-lcov: /coverage/lcov.info
- name: frontend | print Coveralls result
run: ls -la /coverage
#test: #test:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest