Skip to content

Commit

Permalink
Remove coverage information provided by codecov
Browse files Browse the repository at this point in the history
The new setup requires a secret, this is not compatible with Renovate.
  • Loading branch information
mpkorstanje committed Apr 11, 2024
1 parent 6549826 commit cf6d657
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,6 @@ jobs:
- name: Javadoc
run: ./mvnw javadoc:jar -Dstyle.color=always

coverage:
name: 'Coverage'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Install dependencies
run: ./mvnw install -Pinclude-extra-modules -DskipTests=true -DskipITs=true -Darchetype.test.skip=true -Dmaven.javadoc.skip=true --batch-mode -Dstyle.color=always --show-version
- name: Test (Coverage)
run: ./mvnw jacoco:prepare-agent verify jacoco:report -Pinclude-extra-modules -Dstyle.color=always
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
name: codecov

semver:
name: 'Semver'
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf6d657

Please sign in to comment.