Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3.1.2 (#120)
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] authored Apr 18, 2023
1 parent 43d64dc commit b19e6e5
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 @@ -40,7 +40,7 @@ jobs:
- name: Test ${{ matrix.version }}
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
env_vars: OS
name: Code Coverage for ${{ matrix.os }}
Expand Down

0 comments on commit b19e6e5

Please sign in to comment.