Skip to content

Commit 9b629bd

Browse files
authored
Add script to aggregate metrics (#68)
1 parent f1891ec commit 9b629bd

File tree

6 files changed

+715
-934
lines changed

6 files changed

+715
-934
lines changed

.github/workflows/collect-coder-analytics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
echo "Running analytics collection script..."
6767
python3 -m coder.analytics.collect
6868
69+
- name: Generate analytics aggregate
70+
run: |
71+
echo "Running analytics aggregation script..."
72+
python3 -m coder.analytics.aggregate
73+
6974
- name: Generate summary
7075
if: success()
7176
run: |

0 commit comments

Comments
 (0)