Skip to content

Commit 5a0d899

Browse files
author
Bastien Guerry
committed
src/codegouvfr-output-data.clj: Include repos with a >= 0 score
1 parent 6bbb1eb commit 5a0d899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegouvfr-output-data.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
:t? (or template false)
225225
:u updated_at}
226226
(when full? {:id html_url}))))
227-
(if full? repos (filter #(> (:a %) 0) repos))
227+
(if full? repos (filter #(>= (:a %) 0) repos))
228228
(replace-vals repos nil "")))
229229

230230
(defn- repositories-to-csv []

0 commit comments

Comments
 (0)