We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4990027 commit f7da15fCopy full SHA for f7da15f
dashboard/app/entities_spanner.go
@@ -42,7 +42,7 @@ select
42
cast(sum(covered) as INTEGER) as covered
43
from merge_history join files
44
on merge_history.session = files.session
45
-where namespace=$1 and duration>=$2 and duration<=$3
+where namespace=$1 and duration>=$2 and duration<=$3 and manager='*'
46
group by dateto, duration`,
47
Params: map[string]interface{}{
48
"p1": ns,
0 commit comments