Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Johnygmalayil
Total activity
18
Last activity
November 27, 2023 14:41
Member since
April 17, 2018 07:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (10)
Sort by recent activity
Recent activity
Votes
Edited
September 25, 2019 08:01
Just specify in the build step that it needs jacoco, but in turn I run the the code coverage using the service messages.
Community
TeamCity General Topics
Cannot generate JaCoCo report - JaCoCo tool not found
1 vote
Created
November 27, 2023 14:41
Guilherme Barbosa I was able to fix it. It was an issue with the path variables that i was using.
Community
TeamCity General Topics
Flutter 3.3 build for iOS hanging in Teamcity
0 votes
Created
May 13, 2020 20:52
Sorry for the delay. There are lot of warnings. But the project can build successfully. 2020-05-13 22:47:42,937 [ 147509] WARN - asspathModuleGradleDataService - Gradle SDK distribution type was n...
Community
TeamCity General Topics
Teamcity code inspections include exclude patterns not working
0 votes
Created
February 26, 2020 23:17
This is what I gave in the the include exclude patterns, it is still in vain. No success.+:app/src/main/java/**+:library/src/main/java/**+:library/src/main/kotlin/**-:app/src/androidTest/**-:app/sr...
Community
TeamCity General Topics
Teamcity code inspections include exclude patterns not working
0 votes
Created
August 30, 2019 10:25
I did something like that to solve it. I just explicitly told that that build step needs the code coverage and added JACOCO as the code coverage tool to it even though it only uses service messages...
Community
TeamCity General Topics
Cannot generate JaCoCo report - JaCoCo tool not found
0 votes
Created
August 19, 2019 20:24
It seems to be there, Still it doesn't work. Should I be doing something else also ?
Community
TeamCity General Topics
Cannot generate JaCoCo report - JaCoCo tool not found
0 votes
Created
April 18, 2018 18:17
It worked. Thanks for the prompt and fast support. :-)
Community
TeamCity General Topics
Jacoco report generating throwing exception
0 votes
Edited
April 17, 2018 15:13
Jacoco report builder run with arguments: [-dataPaths, '/home/example/TeamCity/buildAgent/work/a7d4d4b5be4f2944/projectTwo/build/jacoco/testDebugUnitTest.exec /home/example/TeamCity/buildAgent/work...
Community
TeamCity General Topics
Jacoco report generating throwing exception
0 votes
Created
April 17, 2018 13:42
##teamcity[jacocoReport dataPath='jacoco.exec' includes='com.package.core.*' classpath='/intermediates/classes/debug/**'] This I just put in to show a sample. The command that i give in the gradle ...
Community
TeamCity General Topics
Jacoco report generating throwing exception
0 votes
Created
April 17, 2018 13:05
Thanks for the reply. If I understand it correctly this is my class path right ? -cp, ' projectOne/intermediates/classes/debug/** projectTwo/intermediates/classes/debug/** app/intermediates/classes...
Community
TeamCity General Topics
Jacoco report generating throwing exception
0 votes