Skip to content

Commit

Permalink
add coveralls to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Jan 3, 2020
1 parent 6863bb0 commit eeb5302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build-job: &build-job
- run: ./gradlew --build-cache --scan build -Pjunit4Version=4.10 -PjunitJupiterVersion=5.5.0-RC2 -PskipSpotBugs
- run: ./gradlew --build-cache --scan build -Pjunit4Version=4.11 -PjunitJupiterVersion=5.5.0 -PskipSpotBugs
- run: ./gradlew --build-cache --scan build
- run: COVERALLS_REPO_TOKEN=Npp4tyTSCz0wSMZTJ81vXdVe1uw6WtRrC ./gradlew --build-cache --scan jacocoRootReport coveralls

- run:
command: |
Expand Down

0 comments on commit eeb5302

Please sign in to comment.