use copy instead

This commit is contained in:
Ulf Gebhardt 2021-04-13 23:12:11 +02:00
parent 544642dddc
commit 066dcae33f
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -242,11 +242,12 @@ jobs:
- name: frontend | Unit tests
run: |
docker run -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
mv ~/coverage ./coverage
cp ~/coverage ./coverage
##########################################################################
# COVERAGE REPORT FRONTEND ################################################
##########################################################################
- name: frontend | coverage report
# TODO: Maybe remove this later on to avoid spam?
- name: frontend | Coverage report
uses: romeovs/lcov-reporter-action@v0.2.21
with:
github-token: ${{ secrets.GITHUB_TOKEN }}