Still under development, supports multiple languages including java, python and c/c#/c++
Add this action to your workflow. Example:
- name: Code_Stats
uses: jojo2357/CodeStats@0.4.0
with:
root_dir: 'com/github/jojo2357'
exclude: 'test'
Add with: to the workflow. Current usable settings:
root_dir: 'path/to/project/root'- Project's root folderexclude: 'excludeme|excludemetoo'- Excluded directories in relativity to the root.|seperates multiple paths.