Skip to content

Commit

Permalink
Revert "Added codecov"
Browse files Browse the repository at this point in the history
This reverts commit 404ca93.
  • Loading branch information
ethauvin committed Sep 29, 2023
1 parent 404ca93 commit 8ebc178
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-XX:MaxMetaspaceSize=512m"
CODECOV_JDK: "17"

steps:
- uses: actions/checkout@v3
Expand All @@ -53,9 +52,3 @@ jobs:
with:
gradle-home-cache-cleanup: true
arguments: build check --stacktrace -PtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: success() && matrix.java-version == env.CODECOV_JDK
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8ebc178

Please sign in to comment.