Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit a17cc45

Browse files
committed
Update codecov.yml
1 parent 7264e3b commit a17cc45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ jobs:
7070
run: |
7171
ls *.xml
7272
# Codecov GitHub Action
73-
# Upload test results to Codecov
7473
# https://github.com/marketplace/actions/codecov
75-
- uses: actions/checkout@main
76-
- uses: codecov/codecov-action@v5
74+
- name: Upload test results to Codecov
75+
uses: codecov/codecov-action@v5
7776
with:
7877
fail_ci_if_error: true # optional (default = false)
7978
files: ./coverage.xml,./junit.xml # optional

0 commit comments

Comments
 (0)