Skip to content

Commit 580df9b

Browse files
committed
Update ci.yml
1 parent 9e1826f commit 580df9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
- name: Install dependencies
6161
run: yarn install
6262
- name: Run Jest
63-
run: yarn test --coverage --coverageDirectory=test-results/jest.xml
63+
run: yarn test --coverage --coverageDirectory=test-results/jest
6464
- name: Upload coverage to Codecov
6565
if: always()
6666
uses: codecov/codecov-action@v1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
69-
file: test-results/jest.xml
69+
file: test-results/jest/clover.xml
7070

7171
# phpcs:
7272
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)