mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-04 02:20:26 -05:00 
			
		
		
		
	Enable the XML report for coveralls
This commit is contained in:
		@ -73,6 +73,10 @@ jacocoTestReport {
 | 
				
			|||||||
		// And finally tell Jacoco to only include said files in the report
 | 
							// And finally tell Jacoco to only include said files in the report
 | 
				
			||||||
        classDirectories = outputTree
 | 
					        classDirectories = outputTree
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    reports {
 | 
				
			||||||
 | 
					        xml.enabled true
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.withType(Test) {
 | 
					tasks.withType(Test) {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user