Skip to content

D3MZ/LinesOfCode.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinesOfCode

Stable Dev Build Status Coverage

LOC Badge LinesOfCode tracks source LOC for src/**/*.jl and publishes both:

  • a trend graph (.github/metrics/LinesOfCode/loc-history.svg)

Install

using Pkg
Pkg.add("LinesOfCode")

Setup

Run this once in your project root:

using LinesOfCode
setup!()

This creates:

  • .github/workflows/loc-trend.yml
  • .github/metrics/LinesOfCode/history.csv
  • .github/metrics/LinesOfCode/loc-history.svg

Then commit those files and push to main.

Manual Run

using LinesOfCode
update_metrics!()

LOC Trend

LOC Trend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages