Skip to content

Commit 337c4fd

Browse files
committed
Disable Code Coverage in CI for now
1 parent 81a4c57 commit 337c4fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: mvn -V -B -DskipTests=true install
3232
- name: Maven Test
3333
run: mvn -B verify
34-
- name: Maven Code Coverage
35-
if: ${{ github.ref == 'refs/heads/main' && matrix.jdk == '1.8' && matrix.os == 'ubuntu-latest' }}
36-
run: mvn -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
34+
# - name: Maven Code Coverage
35+
# if: ${{ github.ref == 'refs/heads/main' && matrix.jdk == '1.8' && matrix.os == 'ubuntu-latest' }}
36+
# run: mvn -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)