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
ERROR: Cannot set the value of a property of type org.scoverage.CoverageType using an instance of type java.lang.String.
I also tried to write like this coverageType = CoverageType.Line, but still not work.
I found relevant information on the Internet, basically it is no problem to write like the above. So I am confused, where is my problem? Can anyone please help me?
The text was updated successfully, but these errors were encountered:
* What went wrong:
A problem occurred evaluating script.
> Cannot set the value of a property of type org.scoverage.CoverageType using an instance of type org.scoverage.CoverageType.
I configured the coverage code block as follows in the README document, but the project will report an error.
ERROR: Cannot set the value of a property of type org.scoverage.CoverageType using an instance of type java.lang.String.
I also tried to write like this
coverageType = CoverageType.Line
, but still not work.I found relevant information on the Internet, basically it is no problem to write like the above. So I am confused, where is my problem? Can anyone please help me?
The text was updated successfully, but these errors were encountered: