We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d108b0f commit b880911Copy full SHA for b880911
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: ./tools/github-actions/setup-deps
18
- name: Unit Test
19
run: |
20
- make test
+ make test build-ui test-ui
21
- name: Long Test
22
23
make testlong
@@ -30,6 +30,7 @@ jobs:
30
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
31
32
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
34
bash <(curl -Ls https://coverage.codacy.com/get.sh) final
35
36
APITest:
0 commit comments