File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
paths : " **/test-results/**/TEST-*.xml"
75
75
if : always()
76
76
- name : Upload code coverage data
77
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
77
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
78
78
with :
79
79
token : ${{ secrets.CODECOV_TOKEN }}
80
80
flags : test-${{ matrix.os }}
@@ -123,7 +123,7 @@ jobs:
123
123
paths : " **/test-results/**/TEST-*.xml"
124
124
if : always()
125
125
- name : Upload code coverage data
126
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
126
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
127
127
with :
128
128
token : ${{ secrets.CODECOV_TOKEN }}
129
129
flags : funTest-non-docker
@@ -168,7 +168,7 @@ jobs:
168
168
paths : " **/test-results/**/TEST-*.xml"
169
169
if : always()
170
170
- name : Upload code coverage data
171
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
171
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
172
172
with :
173
173
token : ${{ secrets.CODECOV_TOKEN }}
174
174
flags : funTest-docker
You can’t perform that action at this time.
0 commit comments