Skip to content

Commit

Permalink
Upgrade codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdarkhan committed Feb 29, 2024
1 parent d25c6ef commit 2272ea8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
path: repo_root

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ github.workspace }}/codecov_report.json
Expand All @@ -106,4 +106,6 @@ jobs:
# the analysis on HEAD.
override_commit: ${{ steps.parse_previous_artifacts.outputs.override_commit || '' }}
override_pr: ${{ steps.parse_previous_artifacts.outputs.override_pr || '' }}
root_dir: ${{ github.workspace }}/repo_root
working-directory: ${{ github.workspace }}/repo_root
# Location where coverage report files are searched for
directory: ${{ github.workspace }}

0 comments on commit 2272ea8

Please sign in to comment.