Skip to content

Commit

Permalink
Adapt codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Aug 25, 2024
1 parent b8b1d50 commit 2f1427f
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 @@ -54,7 +54,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 @@ -87,6 +87,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 @@ -99,6 +101,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 2f1427f

Please sign in to comment.