mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-03 18:10:27 -05:00 
			
		
		
		
	Add source files to Coveralls
This commit is contained in:
		@ -27,7 +27,6 @@ dependencies {
 | 
			
		||||
    testCompile 'org.robolectric:robolectric:+'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
jacocoTestReport {
 | 
			
		||||
    /*
 | 
			
		||||
    Alright, setting up Jacoco the right way is massively confusing.
 | 
			
		||||
@ -56,3 +55,7 @@ jacocoTestReport {
 | 
			
		||||
        html.destination "${buildDir}/jacocoHtml"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
coveralls {
 | 
			
		||||
    sourceDirs = files(androidModule.android.sourceSets.main.java.srcDirs).files.absolutePath
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user