We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1826f commit 580df9bCopy full SHA for 580df9b
.github/workflows/ci.yml
@@ -60,13 +60,13 @@ jobs:
60
- name: Install dependencies
61
run: yarn install
62
- name: Run Jest
63
- run: yarn test --coverage --coverageDirectory=test-results/jest.xml
+ run: yarn test --coverage --coverageDirectory=test-results/jest
64
- name: Upload coverage to Codecov
65
if: always()
66
uses: codecov/codecov-action@v1
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
- file: test-results/jest.xml
+ file: test-results/jest/clover.xml
70
71
# phpcs:
72
# runs-on: ubuntu-latest
0 commit comments