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
I've tried cover-agent against kotlin code and it doesn't seem to work. Can support be added?
I get: cover_agent.CoverAgent - INFO - Current Coverage: 0%
then later
cover_agent.UnitTestGenerator - INFO - Running test with the following command: "./gradlew clean test jacocoTestReport"
cover_agent.UnitTestGenerator - INFO - Test did not increase coverage. Rolling back.`
I also have java code in this project and it works fine if I point cover-agent at the java files.
The text was updated successfully, but these errors were encountered:
I've tried cover-agent against kotlin code and it doesn't seem to work. Can support be added?
I get:
cover_agent.CoverAgent - INFO - Current Coverage: 0%
then later
I also have java code in this project and it works fine if I point cover-agent at the java files.
The text was updated successfully, but these errors were encountered: