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 f485aa4 commit d1d15c7Copy full SHA for d1d15c7
.github/workflows/fdp_cpp_api.yaml
@@ -45,7 +45,7 @@ jobs:
45
sudo apt install -y lcov libjsoncpp-dev curl libcurl4-openssl-dev libyaml-cpp-dev
46
- name: Configure Library
47
run: |
48
- cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON
+ cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON -DFDPAPI_CODE_COVERAGE=ON
49
- name: Fetch cache
50
uses: actions/[email protected]
51
with:
0 commit comments