We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596bfc6 commit 8e3d44dCopy full SHA for 8e3d44d
ci.pug
@@ -55,6 +55,7 @@ table(class="table dense")
55
th Module
56
th Issues
57
th PRs
58
+ th LoC
59
60
| {% for module in modules %}
61
tr
@@ -70,6 +71,10 @@ table(class="table dense")
70
71
a(href="https://github.com/ActivityWatch/{{module}}/pulls")
72
img(alt="Open pull requests" src="https://img.shields.io/github/issues-pr/activitywatch/{{module}}.svg?style=flat-square")
73
74
+ td
75
+ a(href="#")
76
+ img(alt="Lines of code" src="https://img.shields.io/tokei/lines/github/activitywatch/{{module}}.svg")
77
+
78
79
80
| {% endfor %}
0 commit comments