Skip to content

Commit 8e3d44d

Browse files
authored
feat: added loc badge
1 parent 596bfc6 commit 8e3d44d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci.pug

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ table(class="table dense")
5555
th Module
5656
th Issues
5757
th PRs
58+
th LoC
5859

5960
| {% for module in modules %}
6061
tr
@@ -70,6 +71,10 @@ table(class="table dense")
7071
a(href="https://github.com/ActivityWatch/{{module}}/pulls")
7172
img(alt="Open pull requests" src="https://img.shields.io/github/issues-pr/activitywatch/{{module}}.svg?style=flat-square")
7273

74+
td
75+
a(href="#")
76+
img(alt="Lines of code" src="https://img.shields.io/tokei/lines/github/activitywatch/{{module}}.svg")
77+
7378

7479
tr
7580
| {% endfor %}

0 commit comments

Comments
 (0)