Johnygmalayil
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Edited Flutter 3.3 build for iOS hanging in Teamcity
I have a flutter test project which is working with Flutter 2.5.3 Flutter 2.5.3 • channel unknown • unknown source Framework • revision 18116933e7 (1 year, 2 months ago) • 2021-10-15 10:46:35 -070... -
Edited Teamcity code inspections include exclude patterns not working
AnsweredI have a complex Android Java / Kotlin code base with multiple sub-modules and also there are tests in the sub module. I want to run the code inspection on specific parts of the code base, i tried ... -
Created Cannot generate JaCoCo report - JaCoCo tool not found
I am using Teamcity Enterprise 2019.1.1 (build 66192). I was using Teamcity service messages to generate the JaCoCo code coverage report. I use a similar format like this ##teamcity[jacocoReport d... -
Edited Jacoco report generating throwing exception
I have a command in Teamcity to generate jacoo report, like the following. ##teamcity[jacocoReport dataPath='jacoco.exec' includes='com.package.core.*' classpath='/intermediates/classes/debug/**']...