You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- a dockerized github action to calculate typescript software metrics per commit and store them as a `.csv` file directly to the git repository under the custom ref `refs/metrics`.
7
+
- a React frontend to visualize the calculated metrics in a treemap.
8
+
- an embedding script to integrate the viewer into an existing webpage.
9
+
10
+
⚠️ Please note that this is a research prototype and not meant for use in production as of now.
11
+
12
+
# Integration into your Github project
5
13
Create a new GitHub Actions workflow in your project, e.g. at `.github/workflows/analytics-embedding.yml`. The content of the file should be in the following format:
0 commit comments