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 c48e64a commit e909c91Copy full SHA for e909c91
.github/workflows/ci.yml
@@ -37,4 +37,9 @@ jobs:
37
run: echo "NODE_ICU_DATA=" >> $GITHUB_ENV
38
39
- name: Run tests
40
- run: yarn test:unit
+ run: yarn test:unit
41
+
42
+ - uses: actions/checkout@master
43
+ - uses: codecov/codecov-action@v1
44
+ with:
45
+ files: ./coverage/coverage-final.json
.gitignore
@@ -25,4 +25,6 @@ yarn.lock
25
package-lock.json
26
27
# test
28
-coverage
+coverage/lcov-report
29
+coverage/clover.xml
30
+coverage/lcov.info
0 commit comments