Skip to content

Commit

Permalink
Disable Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Sep 20, 2021
1 parent 862c503 commit 01d1c6f
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 01d1c6f

Please sign in to comment.