Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Aug 18, 2021
1 parent 7265537 commit 5f2b89d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2.1
#orbs:
# coveralls: coveralls/coveralls@1.0.6
#

jobs:
build:
docker:
Expand Down Expand Up @@ -43,10 +41,7 @@ jobs:

# run tests!
- run: ./gradlew test jacocoTestReport coveralls --no-daemon

# - run: sudo apt-get update && sudo apt-get install npm

# - coveralls/upload:

- store_test_results:
path: build/reports/jacoco/test/jacocoTestReport.xml
- store_test_results:
Expand Down

0 comments on commit 5f2b89d

Please sign in to comment.