chore: use c8 coverage (#8495)

This commit is contained in:
jrandolf
2022-06-10 18:49:14 +02:00
committed by GitHub
parent 2b5a90dd72
commit 733cbecf48
6 changed files with 3 additions and 59 deletions

View File

@@ -76,7 +76,6 @@ jobs:
CHROMIUM: true
run: |
xvfb-run --auto-servernum npm run test:unit:coverage
xvfb-run --auto-servernum npm run test:coverage
- name: Run unit tests on Firefox
uses: nick-invision/retry@v2