mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-04 02:20:26 -05:00 
			
		
		
		
	Add the actual stacktrace
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
				
			|||||||
language: android
 | 
					language: android
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - ./gradlew test --stacktrace
 | 
					  - ./gradlew test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
after_success:
 | 
					after_success:
 | 
				
			||||||
  - ./gradlew jacocoTestReport coveralls --stacktrace
 | 
					  - ./gradlew jacocoTestReport coveralls
 | 
				
			||||||
 | 
				
			|||||||
@ -22,6 +22,12 @@ repositories {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					test {
 | 
				
			||||||
 | 
					    testLogging {
 | 
				
			||||||
 | 
					        exceptionFormat = 'full'
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def androidModule = project(':app')
 | 
					def androidModule = project(':app')
 | 
				
			||||||
def firstVariant = androidModule.android.applicationVariants.toList().first()
 | 
					def firstVariant = androidModule.android.applicationVariants.toList().first()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user