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

Commit d0cd38f

Browse files
dependabot[bot]akunzai
authored andcommitted
Bump codecov/codecov-action from v1 to v2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4e6b4a commit d0cd38f

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)