Skip to content

Commit c67f3f3

Browse files
authored
Update frontend-ci.yml
1 parent fc57143 commit c67f3f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ jobs:
3232
cd chartlets.js/packages/lib
3333
npm run test
3434
35+
- name: Lib coverage
36+
run: |
37+
cd chartlets.js/packages/lib
38+
npm run coverage
39+
40+
- name: Upload coverage reports for lib to Codecov
41+
uses: codecov/codecov-action@v4
42+
with:
43+
directory: chartlets.js/packages/lib
44+
verbose: true
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
3547
- name: Lib build
3648
run: |
3749
cd chartlets.js/packages/lib

0 commit comments

Comments
 (0)