Update spek framework to 2.0.13 - #3070
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3070 +/- ##
============================================
- Coverage 79.27% 79.26% -0.02%
Complexity 2563 2563
============================================
Files 432 432
Lines 7725 7726 +1
Branches 1468 1469 +1
============================================
Hits 6124 6124
Misses 816 816
- Partials 785 786 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Nice parallel=false by default like junit-jupiter :)
Thanks @raniejade !
|
Strange scripting compiler error, can you reproduce it locally? nit: |
|
@arturbosch I could also see the issued warning locally. |
This could be the reason for the exceptions in the JSR223 API (compileAndLint). org.jetbrains.kotlin.util.KotlinFrontEndException: Front-end Internal error: Failed to analyze declaration Line_51
Duplicate package entries could be the reason for the exceptions in the JSR223 API (compileAndLint). org.jetbrains.kotlin.util.KotlinFrontEndException: Front-end Internal error: Failed to analyze declaration Line_51
This fixes the issued warning by the spek framework. SPEK2_TIMEOUT is deprecated please use spek2.execution.test.timeout instead
Release note:
https://github.com/spekframework/spek/releases/tag/2.0.13