We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb8628 commit 9f475e4Copy full SHA for 9f475e4
circle.yml
@@ -7,7 +7,6 @@ dependencies:
7
- /opt/couchbase/bin/couchbase-cli bucket-create -c localhost:8091 -u Administrator -p password --bucket=default --bucket-ramsize=256 --bucket-replica=0
8
test:
9
post:
10
- - CI_NAME=circleci
11
- ./gradlew jacocoTestReport coveralls
12
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
13
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
0 commit comments