Files
metrics/source/plugins/lines/README.md
2022-01-14 01:40:24 -05:00

1.1 KiB
Raw Blame History

👨‍💻 Lines of code changed

The lines of code plugin displays the number of lines of code you have added and removed across all of your repositories.

➡️ Available options

Option Type (format) [default] {allowed values} Description
plugin_lines boolean [no] Display lines of code metrics
plugin_lines_skipped array (comma-separated) [] Repositories to skip

Legend for option icons:

  • Value inherits from its related global-level option

→ Full specification

Examples workflows

name: Lines of code changed
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.lines.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: repositories
  plugin_lines: 'yes'