Skip to content

Commit 64e7b1d

Browse files
author
Mahmoud Ali
committed
Update codecov-action
1 parent de2a408 commit 64e7b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet test ./tests/FakeItEasy.AutoFakeIt.UnitTests/FakeItEasy.AutoFakeIt.UnitTests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput='./../../coverage/'
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v1.2.1
39+
uses: codecov/codecov-action@v3
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
directory: ./coverage/

0 commit comments

Comments
 (0)