File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 64
64
@types/react@${{ matrix.react.react-version }}
65
65
- name : Reinstall specific version of @line/liff SDK
66
66
run : yarn add -D @line/liff@${{ matrix.liff-sdk.sdk-version }}
67
- - run : yarn run test:coverage
67
+
68
+ - name : yarn run test && report coverage
69
+
70
+ env :
71
+ CC_TEST_REPORTER_ID : de17efec54641dd4eb561f1b0bdede12f7e310f921137eb3465771b63cbbe2f0
72
+ with :
73
+ coverageCommand : yarn test:ci
74
+ coverageLocations : |
75
+ ${{ github.workspace }}/coverage/lcov.info:lcov
76
+ debug : true
77
+
68
78
- name : Reset local changes
69
79
run : git checkout . && yarn
70
80
Original file line number Diff line number Diff line change 30
30
- Refactoring: Remove type generics: is overspec.
31
31
- [ #459 ] ( https://github.com/epaew/react-liff/pull/459 )
32
32
- Refactoring: Move and split src/Context.tsx
33
+ - [ #461 ] ( https://github.com/epaew/react-liff/pull/461 )
34
+ - Update test workflow to send test coverage to Code Climate.
33
35
34
36
# 1.6.0
35
37
You can’t perform that action at this time.
0 commit comments