Skip to content

Commit 2ddce68

Browse files
Add the commint and push step for the json file - update README
1 parent 5235d9a commit 2ddce68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ GitHub only offers a 28-day retention period for Copilot metrics. This solution
77
A GitHub Action retrieves the JSON metrics and renders them into a single JSON file. [Ref](*https://github.com/marketplace/actions/copilot-metrics-retention)
88

99
## Convert the json into SQlite dbfile
10-
Open the terminal into the repo folder and run `python3 app.py`, visit the page `http://127.0.0.1:5000/`, download the json artifact and load the file, click on `Convert & Download SQLite DB`, this will generate a .db file available under the upload folder having the name `copilot_metrics.db`
10+
Open the terminal into the repo folder and run `python3 app.py`, visit the page `http://127.0.0.1:5000/`.
11+
Load the `metrics.json`, click on `Convert & Download SQLite DB`, this will generate a .db file available under the upload folder having the name `copilot_metrics.db`
1112

1213
## Visualite the copilot_metrics.db via metabase
1314

0 commit comments

Comments
 (0)