update action with working dir

This commit is contained in:
Jacob Overgaard
2022-08-09 17:14:44 +02:00
parent 16532754e6
commit ed001d9685

View File

@@ -36,13 +36,14 @@ jobs:
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v1
with:
coverage-files: coverage/lcov.*.info
coverage-files: coverage/lcov.info
minimum-coverage: 90
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./src
- uses: actions/upload-artifact@v2
if: always()
with:
name: coverage-report
name: coverage-report-html
path: coverage/lcov-report/
retention-days: 30