Skip to content

Commit

Permalink
Experiment: generate LoC retention by person
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes authored Oct 26, 2024
1 parent a7341da commit 7a7c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hercules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. \
Expand Down

0 comments on commit 7a7c39b

Please sign in to comment.