Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent 1c16998 commit a979e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
run: dotnet test --configuration Release --no-build --verbosity normal /p:CollectCoverage=true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov
directory: __artifacts/test-results
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit a979e5e

Please sign in to comment.