File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 9696 - uses : actions/checkout@v4
9797
9898 # Ensure correct JAVA version is installed.
99- - uses : actions/setup-java@v3
99+ - uses : actions/setup-java@v4
100100 with :
101101 distribution : " zulu"
102102 java-version : " 17"
@@ -340,8 +340,10 @@ jobs:
340340 working-directory : ${{env.source-directory}}
341341
342342 # 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:
112112 working-directory : ${{env.source-directory}}
113113
114114 # 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