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 58
58
paths : " **/test-results/**/TEST-*.xml"
59
59
if : always()
60
60
- name : Upload code coverage data
61
- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
61
+ uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
62
62
with :
63
63
token : ${{ secrets.CODECOV_TOKEN }}
64
64
flags : test
@@ -107,7 +107,7 @@ jobs:
107
107
paths : " **/test-results/**/TEST-*.xml"
108
108
if : always()
109
109
- name : Upload code coverage data
110
- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
110
+ uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
111
111
with :
112
112
token : ${{ secrets.CODECOV_TOKEN }}
113
113
flags : funTest-non-docker
@@ -152,7 +152,7 @@ jobs:
152
152
paths : " **/test-results/**/TEST-*.xml"
153
153
if : always()
154
154
- name : Upload code coverage data
155
- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
155
+ uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
156
156
with :
157
157
token : ${{ secrets.CODECOV_TOKEN }}
158
158
flags : funTest-docker
You can’t perform that action at this time.
0 commit comments