Skip to content

Commit 2879854

Browse files
fix: should be report_type not report-type
1 parent 13b9cba commit 2879854

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go_app_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ jobs:
110110
reporter: java-junit
111111
- uses: codecov/codecov-action@v5
112112
with:
113-
report-type: test_results
114113
fail_ci_if_error: true # optional (default = false)
115114
files: ./junit_report.xml
116115
name: junit-report
116+
report_type: test_results
117117
token: ${{ secrets.CODECOV_TOKEN }}
118118
docker-build:
119119
#

.github/workflows/go_app_push_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
reporter: java-junit
6868
- uses: codecov/codecov-action@v5
6969
with:
70-
report-type: test_results
7170
fail_ci_if_error: true # optional (default = false)
7271
files: ./junit_report.xml
7372
name: junit-report
73+
report_type: test_results
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
release:
7676
#

.github/workflows/go_lib_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
reporter: java-junit
120120
- uses: codecov/codecov-action@v5
121121
with:
122-
report-type: test_results
123122
fail_ci_if_error: true # optional (default = false)
124123
files: ./junit_report.xml
125124
name: junit-report
125+
report_type: test_results
126126
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/go_lib_push_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
reporter: java-junit
7171
- uses: codecov/codecov-action@v5
7272
with:
73-
report-type: test_results
7473
fail_ci_if_error: true # optional (default = false)
7574
files: ./junit_report.xml
7675
name: junit-report
76+
report_type: test_results
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
release:
7979
#

0 commit comments

Comments
 (0)