feat(tracker): tweaks for coverage export
This commit is contained in:
parent
164232377d
commit
ee0f044e96
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ui-tests.js.yml
vendored
6
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -53,8 +53,10 @@ jobs:
|
|||
yarn test
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
width:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: tracker
|
||||
name: tracker
|
||||
- name: Build tracker inst
|
||||
run: |
|
||||
cd tracker/tracker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue