mirror of https://github.com/icedland/iced.git
Fix codecov warning
This commit is contained in:
parent
fcbd71a647
commit
03ce5797fb
|
@ -403,6 +403,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# codecov needs fetch-depth > 1 (or 0)
|
||||
fetch-depth: 2
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
|
||||
|
|
Loading…
Reference in New Issue