Skip to content

Commit

Permalink
gha/windows: Fix an issue with codecov results generation under MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Oct 14, 2024
1 parent 3150663 commit a185076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
meson setup build --prefix=$HOME/.local -Db_coverage=true --buildtype=debug -Ddefault_library=static
meson compile -C build
meson test -C build
ninja -C build coverage-xml
- name: Upload failure logs
if: failure()
uses: actions/upload-artifact@v4
Expand All @@ -95,6 +96,8 @@ jobs:
if: success() && github.repository == 'blackmagic-debug/bmpflash'
uses: codecov/codecov-action@v4
with:
directory: ./build/meson-logs/
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

build-windows-mingw:
Expand Down

0 comments on commit a185076

Please sign in to comment.