This commit is contained in:
Jacob Overgaard
2022-08-11 11:12:31 +02:00
99 changed files with 4444 additions and 1520 deletions

View File

@@ -33,3 +33,18 @@ jobs:
- run: npm run build
- run: sudo npx playwright install-deps
- run: npm test
# Uncommented since the github-actions-report-lcov also generates a html report
# - name: Upload Code Coverage reports
# uses: actions/upload-artifact@v2
# if: always()
# with:
# name: code-coverage
# path: coverage/
# retention-days: 30
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v1
with:
coverage-files: coverage/lcov.info
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./