File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,23 @@ jobs:
169169
170170 - name : 🃏 Run Jest & Collect Coverage
171171 id : run-jest-test-and-coverage
172- run : pnpm test
172+ run : pnpm test:ci
173+
174+ - name : Upload `@asgardeo/js` coverage reports to Codecov
175+ id : upload-asgardeo-js-coverage
176+ uses : codecov/codecov-action@v4.0.1
177+ with :
178+ files : ./packages/core/coverage/coverage-final.json
179+ flags : ' @asgardeo/js'
180+ token : ${{ secrets.CODECOV_TOKEN }}
181+
182+ - name : Upload `@asgardeo/react` coverage reports to Codecov
183+ id : upload-asgardeo-react-coverage
184+ uses : codecov/codecov-action@v4.0.1
185+ with :
186+ files : ./packages/core/coverage/coverage-final.json
187+ flags : ' @asgardeo/react'
188+ token : ${{ secrets.CODECOV_TOKEN }}
173189
174190 build :
175191 name : 🚧 Build
You can’t perform that action at this time.
0 commit comments