@@ -54,27 +54,27 @@ jobs:
5454 target\test\coverage.windows.clang.lcov.info
5555 target\test\windows.clang\
5656
57- coverage_windows_mingw :
58- runs-on : windows-latest
59- steps :
60- - name : Checkout repository
61- uses : actions/checkout@v3
62- - name : Generate visual Studio solution
63- run : cmake.exe --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH="x86_64-w64-mingw32-gcc.exe" -DCMAKE_CXX_COMPILER:FILEPATH="x86_64-w64-mingw32-g++.exe" -Btarget -G "MinGW Makefiles" -DCOVERAGE:BOOL=ON
64- - name : Build and test
65- run : cmake.exe --build target --config Debug -j 16
66- - name : Upload coverage report to Codecov
67- run : |
68- $ProgressPreference = 'SilentlyContinue'
69- Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile .\target\codecov.exe
70- .\target\codecov.exe -f target\test\coverage.windows.mingw.lcov.info -t ${{secrets.CODECOV_TOKEN}}
71- - name : Upload artifacts
72- uses : actions/upload-artifact@v4
73- with :
74- name : coverage-windows-mingw
75- path : |
76- target\test\coverage.windows.mingw.lcov.info
77- target\test\windows.mingw\
57+ # coverage_windows_mingw:
58+ # runs-on: windows-latest
59+ # steps:
60+ # - name: Checkout repository
61+ # uses: actions/checkout@v3
62+ # - name: Generate visual Studio solution
63+ # run: cmake.exe --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH="x86_64-w64-mingw32-gcc.exe" -DCMAKE_CXX_COMPILER:FILEPATH="x86_64-w64-mingw32-g++.exe" -Btarget -G "MinGW Makefiles" -DCOVERAGE:BOOL=ON
64+ # - name: Build and test
65+ # run: cmake.exe --build target --config Debug -j 16
66+ # - name: Upload coverage report to Codecov
67+ # run: |
68+ # $ProgressPreference = 'SilentlyContinue'
69+ # Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile .\target\codecov.exe
70+ # .\target\codecov.exe -f target\test\coverage.windows.mingw.lcov.info -t ${{secrets.CODECOV_TOKEN}}
71+ # - name: Upload artifacts
72+ # uses: actions/upload-artifact@v4
73+ # with:
74+ # name: coverage-windows-mingw
75+ # path: |
76+ # target\test\coverage.windows.mingw.lcov.info
77+ # target\test\windows.mingw\
7878
7979 coverage_linux_clang_14 :
8080 runs-on : ubuntu-22.04
0 commit comments