Skip to content

Commit

Permalink
Disable codecov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent d561f59 commit f0c0dfe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/app_facing_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v4

# Ensure correct JAVA version is installed.
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "17"
Expand Down Expand Up @@ -340,8 +340,10 @@ jobs:
working-directory: ${{env.source-directory}}

# Upload code coverage information
- uses: codecov/codecov-action@v4
with:
files: ${{env.source-directory}}/coverage/lcov.info
name: CachedNetworkImage (App Facing Package)
fail_ci_if_error: true
# - uses: codecov/codecov-action@v4
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: ${{env.source-directory}}/coverage/lcov.info
# name: CachedNetworkImage (App Facing Package)
# fail_ci_if_error: true
12 changes: 7 additions & 5 deletions .github/workflows/platform_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ jobs:
working-directory: ${{env.source-directory}}

# Upload code coverage information
- uses: codecov/codecov-action@v4
with:
files: ${{env.source-directory}}/coverage/lcov.info
name: CachedNetworkImage (Platform interface)
fail_ci_if_error: true
# - uses: codecov/codecov-action@v4
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: ${{env.source-directory}}/coverage/lcov.info
# name: CachedNetworkImage (App Facing Package)
# fail_ci_if_error: true

0 comments on commit f0c0dfe

Please sign in to comment.