Skip to content

Commit 8ba5a43

Browse files
dependabot[bot]sir-gon
authored andcommitted
Bump codecov/codecov-action
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 96b38e9e60ee60a8c3911f4612407bba2f9195fb to 671740ac38dd9b0130fbe1cec585b89eea48d3de. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@96b38e9...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 671740ac38dd9b0130fbe1cec585b89eea48d3de dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb8cb51 commit 8ba5a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Test
3939
run: dotnet test --no-build --verbosity normal
4040
- name: Upload coverage reports to Codecov
41-
uses: codecov/codecov-action@96b38e9e60ee60a8c3911f4612407bba2f9195fb
41+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)