ci: fix codecov upload (#43382)

This commit is contained in:
Harmen Stoppels
2024-03-26 22:49:26 +01:00
committed by GitHub
parent 69509a6d9a
commit 7e9caed8c2
3 changed files with 7 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ jobs:
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
with:
flags: unittests,windows
token: ${{ secrets.CODECOV_TOKEN }}
unit-tests-cmd:
runs-on: windows-latest
steps:
@@ -60,6 +61,7 @@ jobs:
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
with:
flags: unittests,windows
token: ${{ secrets.CODECOV_TOKEN }}
build-abseil:
runs-on: windows-latest
steps: