Skip to content

Commit

Permalink
#102: Only use coveralls inside the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Feb 7, 2021
1 parent 905593a commit 0fb1f31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
java-version: ${{ matrix.java-version }}
- run: mvn -B install --no-transfer-progress

- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

coverage:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fb1f31

Please sign in to comment.