You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Travis-ci build had an additional overhead of over 30 minutes, so we are talking 11 minutes for a build versus 43 minutes, see sample
the build would sometimes timeout, possibly depending on Travis's allocated resources, because when they tended to fail, they would fail in a row, see sample and note that only the build with coverage was timing out
The code being tested is heavy on concurrency and so some tests tend to be heavy because multiple iterations are used. The performance issue happens locally too, but Travis-ci is obviously underpowered.
Is there any configuration I could try for increasing performance?
Versions used:
sbt-scoverage: 1.5.1
Scala: 2.12.8
The text was updated successfully, but these errors were encountered:
Hey, I have a very similar issue on my project. We werent able to pinpoint the issue exactly but seems very similar to the above. In CI we have a huge overhead on runtime when running scoverage.
scala 2.12.8
sbt-coverage 1.5.1
I am going to update the coverage plugin, so might update later whether it helped.
In the Monix I've had to disable code coverage via
sbt-scoverage
because:The code being tested is heavy on concurrency and so some tests tend to be heavy because multiple iterations are used. The performance issue happens locally too, but Travis-ci is obviously underpowered.
Is there any configuration I could try for increasing performance?
Versions used:
1.5.1
2.12.8
The text was updated successfully, but these errors were encountered: