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'm failed to send the report to Coveralls
got following log:
:coveralls
service name: travis-ci
service job id: 246121223
repo token: present (not shown for security)
No source file found on the project: "ForeverNight"
With coverage file: /home/travis/build/gogo81745/ForeverNightEngine/build/reports/jacoco/test/jacocoTestReport.xml
Finally, I know the reason is that my project use kotlin only refer to this
I'm failed to send the report to Coveralls
got following log:
Finally, I know the reason is that my project use kotlin only
refer to this
But there is no kotlin here. That's why the plugin find no source file
So I add an additional configuration
It's like this
It is working now.
I hope to add support for Kotlin.
The text was updated successfully, but these errors were encountered: