forked from cieslarmichal/faker-cxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove coverage from clang build (cieslarmichal#776)
Signed-off-by: Uilian Ries <[email protected]>
- Loading branch information
1 parent
467f9d4
commit f4f6ab8
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,6 @@ jobs: | |
-DCMAKE_C_COMPILER=/usr/bin/clang-18 \ | ||
-DCMAKE_CXX_COMPILER=/usr/bin/clang++-18 \ | ||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ | ||
-DCODE_COVERAGE:BOOL=ON \ | ||
-DBUILD_TESTING:BOOL=ON \ | ||
-DBUILD_EXAMPLES:BOOL=ON \ | ||
-DUSE_SYSTEM_DEPENDENCIES:BOOL=ON \ | ||
|
@@ -98,8 +97,3 @@ jobs: | |
run: | | ||
cmake --build --preset=unixlike-clang-debug-${{ matrix.type }} --target run-faker-cxx-basic-example \ | ||
&& cmake --build --preset=unixlike-clang-debug-${{ matrix.type }} --target run-faker-cxx-person-example | ||
- name: Code coverage | ||
uses: codecov/[email protected] | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |