Skip to content

Commit b880911

Browse files
authored
chore: support to parse the front-end coverge (#519)
Co-authored-by: rick <[email protected]>
1 parent d108b0f commit b880911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: ./tools/github-actions/setup-deps
1818
- name: Unit Test
1919
run: |
20-
make test
20+
make test build-ui test-ui
2121
- name: Long Test
2222
run: |
2323
make testlong
@@ -30,6 +30,7 @@ jobs:
3030
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
3131
run: |
3232
bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial --force-coverage-parser go -r coverage.out
33+
bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial console/atest-ui/coverage/clover.xml
3334
bash <(curl -Ls https://coverage.codacy.com/get.sh) final
3435
3536
APITest:

0 commit comments

Comments
 (0)