Update test.yml

This commit is contained in:
MrPiglr 2025-12-05 18:42:10 -07:00 committed by GitHub
parent ef8c4faa0f
commit 94d0c10ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,12 +27,12 @@ jobs:
run: npm ci
- name: Run tests
run: npm test -- --coverage --watchAll=false
run: npm test -- --run --coverage
env:
CI: true
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage/coverage-final.json
flags: unittests