Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
6.72k
stars
266
forks
source link
when using scc with github actions json2 does not produce json output #510
Open
usmaniqbal998 opened 1 month ago
Describe the bug when i use
scc -f json2 -o scc_results.json
in my github actions i do not get json results instead in a raw text formatTo Reproduce
This is how i am collectiong scc results . I am using bash and i have
go-version: "1.20"
the output i get is plain text as following
If i switch to
json
instead ofjson2
output then i dont get COCOMO estimationsfollowing is full code for my github action
Expected behavior
Desktop (please complete the following information):