From 5fadd8af4f52298112a6541a16ff7350c2264853 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Thu, 2 May 2024 14:55:17 +1000 Subject: [PATCH] Add in cocomo documentation to readme for sqlite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da3f53258..cca0264ef 100644 --- a/README.md +++ b/README.md @@ -673,7 +673,7 @@ to account for scc including complexity counts and bytes. The difference between `sql` and `sql-insert` is that `sql` will include table creation while the latter will only have the insert commands. -Usage is 100% the same as any other `scc` command but sql output will always contain per file details. You can compute totals yourself using SQL. +Usage is 100% the same as any other `scc` command but sql output will always contain per file details. You can compute totals yourself using SQL, however COCOMO calculations will appear against the metadata table as the columns `estimated_cost` `estimated_schedule_months` and `estimated_people`. The below will run scc against the current directory, name the output as the project scc and then pipe the output to sqlite to put into the database code.db