diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 451c0f8de..1813ec9bc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -75,7 +75,7 @@ jobs: uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c #v4.4.1 if: github.repository_owner == 'apache' with: - files: build/coverage.info + files: build/Debug/coverage.info disable_search: true name: codecov-celix token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0532f37ca..7ebc64776 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -85,7 +85,7 @@ jobs: conan build . -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b release -pr:h default ${CONAN_BUILD_OPTIONS} -b missing - name: Test env: - CONAN_PRESET: ${{ matrix.type == 'Debug' && 'conan-debug'' || 'conan-release' }} + CONAN_PRESET: ${{ matrix.type == 'Debug' && 'conan-debug' || 'conan-relwithdebinfo' }} run: ctest --preset ${CONAN_PRESET} --output-on-failure -j1 diff --git a/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h b/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h index d2ac3604d..60405fb7d 100644 --- a/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h +++ b/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "celix_bundle_context.h"