Skip to content

Commit

Permalink
Adapt codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Sep 28, 2024
1 parent 41d0177 commit 4d774d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install magic enum
run: |
sudo wget https://raw.githubusercontent.com/Neargye/magic_enum/87190b8/include/magic_enum.hpp -O /usr/include/magic_enum.hpp
sudo wget https://raw.githubusercontent.com/Neargye/magic_enum/v0.9.6/include/magic_enum/magic_enum.hpp -O /usr/include/magic_enum.hpp
- name: Install CsLibGuarded
run: |
Expand Down Expand Up @@ -88,6 +88,8 @@ jobs:
with:
build-dir: ${{ runner.workspace }}/build
build-type: Debug
cc: clang
cxx: clang++
configure-options:
-DBUILD_SHARED_LIBS=${{ matrix.shared }}
-DLUPDATE=/usr/lib/qt6/bin/lupdate
Expand All @@ -100,6 +102,7 @@ jobs:
-DCMAKE_CXX_FLAGS=--coverage
-DCMAKE_SHARED_LINKER_FLAGS=--coverage
-DCMAKE_EXE_LINKER_FLAGS=--coverage
-G Ninja
run-test: true
ctest-options:
--output-on-failure
Expand Down

0 comments on commit 4d774d2

Please sign in to comment.