From ee0f044e96091d27b132c4b5642aa7bf0b4afcd4 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 31 May 2023 11:45:52 +0200 Subject: [PATCH] feat(tracker): tweaks for coverage export --- .github/workflows/ui-tests.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 451bf8ba5..e5b21d46f 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -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