Skip to content

Commit d1d15c7

Browse files
committed
Try adding coverage
1 parent f485aa4 commit d1d15c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fdp_cpp_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt install -y lcov libjsoncpp-dev curl libcurl4-openssl-dev libyaml-cpp-dev
4646
- name: Configure Library
4747
run: |
48-
cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON
48+
cmake -Bbuild -DFDPAPI_BUILD_TESTS=ON -DFDPAPI_CODE_COVERAGE=ON
4949
- name: Fetch cache
5050
uses: actions/[email protected]
5151
with:

0 commit comments

Comments
 (0)