Skip to content

Commit 9f475e4

Browse files
committed
tring to fix coveralls report
1 parent 6cb8628 commit 9f475e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- /opt/couchbase/bin/couchbase-cli bucket-create -c localhost:8091 -u Administrator -p password --bucket=default --bucket-ramsize=256 --bucket-replica=0
88
test:
99
post:
10-
- CI_NAME=circleci
1110
- ./gradlew jacocoTestReport coveralls
1211
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
1312
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)