We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a408 commit 64e7b1dCopy full SHA for 64e7b1d
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet test ./tests/FakeItEasy.AutoFakeIt.UnitTests/FakeItEasy.AutoFakeIt.UnitTests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput='./../../coverage/'
37
38
- name: Upload coverage to Codecov
39
- uses: codecov/codecov-action@v1.2.1
+ uses: codecov/codecov-action@v3
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
directory: ./coverage/
0 commit comments