We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2688ff2 commit 508b437Copy full SHA for 508b437
.circleci/config.yml
@@ -27,7 +27,7 @@ workflows:
27
command: sbt crossTest
28
- run:
29
name: Generate coverage report
30
- command: sbt coverageReport
+ command: sbt -Dsbt.server.forcestart=false coverageReport
31
32
name: Send Coverage results to Codacy
33
command: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --skip
0 commit comments