From 7a7c39bb9eb30e443537b99770ea54fd92e8c8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Bene=C5=A1?= Date: Sat, 26 Oct 2024 11:50:02 +0200 Subject: [PATCH] Experiment: generate LoC retention by person --- .github/workflows/hercules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hercules.yml b/.github/workflows/hercules.yml index a17c8222c..f2aed6671 100644 --- a/.github/workflows/hercules.yml +++ b/.github/workflows/hercules.yml @@ -16,7 +16,7 @@ jobs: docker run --rm -v $(pwd):/repo --workdir=/repo \ srcd/hercules:latest \ /bin/bash -c \ - 'hercules --burndown --pb . | labours -m burndown-project -f pb --disable-projector -o hercules_charts \ + 'hercules --burndown --pb . | labours -m burndown-person -f pb --disable-projector -o hercules_charts \ && cd hercules_charts \ && tar -cf ../hercules_charts.tar * \ && cd .. \