Skip to content

Commit f0c0dfe

Browse files
committed
Disable codecov for now
1 parent d561f59 commit f0c0dfe

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.github/workflows/app_facing_package.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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

.github/workflows/platform_interface.yaml

+7-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)