Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3.1.5 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent 249a0a8 commit a509b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Test
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

- uses: codecov/codecov-action@v3.1.4
- uses: codecov/codecov-action@v3.1.5
with:
env_vars: OS
name: Code Coverage for ${{ matrix.os }}
Expand Down

0 comments on commit a509b1f

Please sign in to comment.