Skip to content

Commit

Permalink
Add gcov and lcov targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Dec 23, 2024
1 parent 1af2f6d commit a15cde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build solution
run: |
cmake --preset x64-release-linux
cmake --build --preset build-x64-release-linux --target CommonItemsTests -- -j40
cmake --build --preset build-x64-release-linux --target CommonItemsTests gcov lcov -- -j40
- name: Run tests
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev lcov
cmake --preset x64-release-linux
cmake --build --preset build-x64-release-linux --target commonLib CommonItemsTests -- -j40
cmake --build --preset build-x64-release-linux --target commonLib CommonItemsTests gcov lcov -- -j40
- name: Run tests
run: |
Expand Down

0 comments on commit a15cde4

Please sign in to comment.