Skip to content

Commit

Permalink
Revert "Disable Coveralls"
Browse files Browse the repository at this point in the history
This reverts commit 01d1c6f.
  • Loading branch information
nhojpatrick committed Sep 27, 2021
1 parent 4cc9f94 commit 7814216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ commands:
- run:
name: "Maven Jdk8 Tests"
command: ./mvnw -Pcicd verify
# - run:
# name: "Coveralls"
# command: ./mvnw -Pcicd,qa_jacoco -DCOVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} verify jacoco:report coveralls:report
# when: on_success
- run:
name: "Coveralls"
command: ./mvnw -Pcicd,qa_jacoco -DCOVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} verify jacoco:report coveralls:report
when: on_success

mvnw_jdk8_tests_jdk11:
description: "JDK8 Build JDK11 Tests mvnw steps"
Expand Down

0 comments on commit 7814216

Please sign in to comment.