Skip to content

Commit edfea52

Browse files
authored
Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#5294)
1 parent 4dedead commit edfea52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Component.BuildTest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ jobs:
6868
run: dotnet-coverage merge -r -f cobertura -o ./TestResults/Cobertura.xml ./TestResults/*.coverage
6969

7070
- name: Upload code coverage ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}
71-
uses: codecov/codecov-action@v3.1.5
71+
uses: codecov/codecov-action@v4
7272
continue-on-error: true # Note: Don't fail for upload failures
7373
env:
7474
OS: ${{ matrix.os }}
7575
TFM: ${{ matrix.version }}
76+
token: ${{ secrets.CODECOV_TOKEN }}
7677
with:
7778
file: TestResults/Cobertura.xml
7879
env_vars: OS,TFM
7980
flags: ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}
8081
name: Code Coverage for ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }} on [${{ matrix.os }}.${{ matrix.version }}]
82+
codecov_yml_path: .github/codecov.yml

0 commit comments

Comments
 (0)