Skip to content

Commit e01cf35

Browse files
fix: update report_type
1 parent a05d959 commit e01cf35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
url: ${{ secrets.CODECOV_URL }}
5555
files: unit.junit.xml
5656
disable_search: true
57-
report_type: test-results
57+
report_type: test_results
5858

5959
- name: Upload results to codecov (Staging)
6060
if: ${{ !cancelled() }}
@@ -64,4 +64,4 @@ jobs:
6464
url: ${{ secrets.CODECOV_STAGING_API_URL }}
6565
files: unit.junit.xml
6666
disable_search: true
67-
report_type: test-results
67+
report_type: test_results

0 commit comments

Comments
 (0)