Update test.yml
This commit is contained in:
parent
ef8c4faa0f
commit
94d0c10ed5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue