Skip to content

Commit b4d3622

Browse files
author
TheSnoozer
committed
drop coveralls (for now)
1 parent f2486e5 commit b4d3622

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/default-tests.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,6 @@ jobs:
5151
- name: Build with Maven
5252
run: mvn clean verify javadoc:javadoc -B
5353

54-
coveralls:
55-
name: Run coveralls
56-
runs-on: ubuntu-latest
57-
needs: test
58-
if: ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
59-
60-
steps:
61-
- uses: actions/checkout@v3
62-
with:
63-
submodules: recursive
64-
- run: git checkout "${GITHUB_REF:11}"
65-
- run: git submodule sync
66-
- name: Set up JDK 11
67-
uses: actions/setup-java@v3
68-
with:
69-
distribution: 'zulu'
70-
java-version: 11
71-
java-package: jdk
72-
- name: Cache local Maven repository
73-
uses: actions/cache@v3
74-
with:
75-
path: ~/.m2
76-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
77-
restore-keys: ${{ runner.os }}-m2
78-
- name: Run Coveralls with Maven
79-
run: mvn clean test jacoco:report coveralls:report -B -Pcoveralls -DrepoToken=${{ secrets.CoverallsRepoTokenSecret }}
80-
8154
deploy-snapshot:
8255
name: Deploy snapshot
8356
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)