Skip to content

Commit 508b437

Browse files
committed
[PT-1048] - Fetch workspace projects
1 parent 2688ff2 commit 508b437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ workflows:
2727
command: sbt crossTest
2828
- run:
2929
name: Generate coverage report
30-
command: sbt coverageReport
30+
command: sbt -Dsbt.server.forcestart=false coverageReport
3131
- run:
3232
name: Send Coverage results to Codacy
3333
command: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --skip

0 commit comments

Comments
 (0)