We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would allow us to give a summary of LOCs (lines of code) generated/modified by Seal5.
The text was updated successfully, but these errors were encountered:
I have added a quick PoC via 32db47c & d7f85cd which can generate the following data:
# cat /tmp/settings.yml --- ... metrics: ... - patch: stages: PHASE_1: n_deletions: 0 n_files_changed: 7 n_insertions: 28 PHASE_2: n_deletions: 0 n_files_changed: 41 n_insertions: 1683 ... - patch: stages: PHASE_3: n_deletions: 0 n_files_changed: 0 n_insertions: 0 PHASE_4: n_deletions: 0 n_files_changed: 38 n_insertions: 407 PHASE_5: n_deletions: 0 n_files_changed: 0 n_insertions: 0 ... - deploy: n_deletions: 0 n_files_changed: 84 n_insertions: 2118 ...
Sorry, something went wrong.
track number of changes in patch stage (resolve #138)
d1e29b4
track number of changes in deploy stage (resolve #138)
6edccca
PhilippvK
No branches or pull requests
This would allow us to give a summary of LOCs (lines of code) generated/modified by Seal5.
The text was updated successfully, but these errors were encountered: