Skip to content

Commit

Permalink
[ci] Add all target to coverage build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Aug 5, 2024
1 parent 6a083b7 commit 58e5267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ code coverage:
needs: [meta]
variables:
CMAKE_PRESET: coverage
TARGETS: "tests ctest"
TARGETS: "all tests ctest"
CMAKE_ARGS: >-
-DOGS_USE_PIP=ON
-DBUILD_SHARED_LIBS=ON
Expand Down

0 comments on commit 58e5267

Please sign in to comment.