File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 96
96
- uses : actions/checkout@v4
97
97
98
98
# Ensure correct JAVA version is installed.
99
- - uses : actions/setup-java@v3
99
+ - uses : actions/setup-java@v4
100
100
with :
101
101
distribution : " zulu"
102
102
java-version : " 17"
@@ -340,8 +340,10 @@ jobs:
340
340
working-directory : ${{env.source-directory}}
341
341
342
342
# Upload code coverage information
343
- - uses : codecov/codecov-action@v4
344
- with :
345
- files : ${{env.source-directory}}/coverage/lcov.info
346
- name : CachedNetworkImage (App Facing Package)
347
- fail_ci_if_error : true
343
+ # - uses: codecov/codecov-action@v4
344
+ # env:
345
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
346
+ # with:
347
+ # files: ${{env.source-directory}}/coverage/lcov.info
348
+ # name: CachedNetworkImage (App Facing Package)
349
+ # fail_ci_if_error: true
Original file line number Diff line number Diff line change @@ -112,8 +112,10 @@ jobs:
112
112
working-directory : ${{env.source-directory}}
113
113
114
114
# Upload code coverage information
115
- - uses : codecov/codecov-action@v4
116
- with :
117
- files : ${{env.source-directory}}/coverage/lcov.info
118
- name : CachedNetworkImage (Platform interface)
119
- fail_ci_if_error : true
115
+ # - uses: codecov/codecov-action@v4
116
+ # env:
117
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
118
+ # with:
119
+ # files: ${{env.source-directory}}/coverage/lcov.info
120
+ # name: CachedNetworkImage (App Facing Package)
121
+ # fail_ci_if_error: true
You can’t perform that action at this time.
0 commit comments