mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 08:39:42 +01:00
Fixed error when filter should contain a failed project
This commit is contained in:
@@ -11,7 +11,7 @@ final class FailedProjects(val failedProjectsSet: Set[String]){
|
||||
}
|
||||
|
||||
object FailedProjects {
|
||||
private[statistics] def combineFails(failedReportDownloads: Map[String, Throwable], parsingFailures: Map[ReportInfo, Throwable]): FailedProjects = {
|
||||
def combineFails(failedReportDownloads: Map[String, Throwable], parsingFailures: Map[ReportInfo, Throwable]): FailedProjects = {
|
||||
/*
|
||||
Fail can happen at multiple places:
|
||||
1. Build cannot be downloaded (auth error, connection error, …) or is failed (failedReportDownloads)
|
||||
|
||||
Reference in New Issue
Block a user