Skip to content

Commit 65cfb0f

Browse files
committed
refactoring the github workflow to pick up test coverage
1 parent d49f923 commit 65cfb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/sonarcloud.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
OTHER_LDFLAGS="-L./external/libpqxx/build/src -lpqxx -lpq -L/opt/homebrew/Cellar/pkgconf/2.3.0_1/lib -L/opt/homebrew/Cellar/pkgconf/2.3.0_1/lib/pkgconfig -L/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14 -L/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14/pgxs -L/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14/pkgconfig"
6565
clean build test
6666
| xcpretty -r junit && exit ${PIPESTATUS[0]}
67-
- name: Check artifacts
68-
run: |
69-
sh ./.github/workflows/cpp_coverage.sh
67+
- name: Export coverage report
68+
run: |
69+
sh ./.github/workflows/cpp_coverage.sh
7070
# - name: Convert coverage report to sonarqube format
7171
# run: >
7272
# bash ./.github/workflows/xccov-to-sonarqube-generic.sh *.xcresult/ > sonarqube-generic-coverage.xml

0 commit comments

Comments
 (0)