From 1e44f0b196feecb32bf5c3ace72b9a8607dc8cc9 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Tue, 19 Nov 2024 12:21:43 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index d2bc66b6..371d8334 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -301,6 +301,7 @@ function generate_coverage_report(){ cd /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION} cmake --build build --target coverage ls -ll /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/build/test/ + ls -ll /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/build/test/coverage mv /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/build/test/coverage /__w/firebolt-apis/firebolt-apis/ }