Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 4d20b85

Browse files
authored
Merge pull request #24 from akunzai/dependabot/github_actions/codecov/codecov-action-2.0.2
Bump codecov/codecov-action from v1 to v2
2 parents f4e6b4a + d0cd38f commit 4d20b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
dotnet test --collect:"XPlat Code Coverage"
3434
dotnet tool restore
3535
dotnet tool run reportgenerator "-reports:**/coverage.cobertura.xml" "-targetdir:coverlet/reports" "-reporttypes:Cobertura"
36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v2
3737
with:
3838
name: unittests-${{ matrix.os }}

0 commit comments

Comments
 (0)