Fix codecov warning

This commit is contained in:
0xd4d 2020-12-26 15:15:08 +01:00
parent fcbd71a647
commit 03ce5797fb
1 changed files with 3 additions and 0 deletions

View File

@ -403,6 +403,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
# codecov needs fetch-depth > 1 (or 0)
fetch-depth: 2
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}} dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}