Skip to content
New issue

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

Adds support for generating sources reports and support for the general way of getting translations #186

Merged
merged 8 commits into from
May 31, 2024

Conversation

Artanias
Copy link
Collaborator

@Artanias Artanias commented May 25, 2024

Example:

root@acd8f2487ec6:/usr/src/codeplag# mkdir reports
root@acd8f2487ec6:/usr/src/codeplag# codeplag settings modify --reports /usr/src/codeplag/reports
Key                                    Value
language                                  en
reports            /usr/src/codeplag/reports
reports_extension                        csv
show_progress                              0
threshold                                 65
workers                                    4
root@acd8f2487ec6:/usr/src/codeplag# codeplag check --extension py --ignore-threshold --directories ./ > /dev/null
root@acd8f2487ec6:/usr/src/codeplag# wc -l reports/codeplag_report.csv 
3 reports/codeplag_report.csv
root@acd8f2487ec6:/usr/src/codeplag# codeplag report create --type sources --path reports/ 
root@acd8f2487ec6:/usr/src/codeplag# wc -l reports/sources.html 
18383 reports/sources.html

@Artanias Artanias added documentation Additions to documentation enhancement New feature or request Major Top priority task moevm Внедрение в учебный процесс МОЭВМ labels May 25, 2024
@Artanias Artanias added this to the v0.5.0 milestone May 25, 2024
@Artanias Artanias requested a review from mirrin00 May 25, 2024 09:31
@Artanias Artanias self-assigned this May 25, 2024
@Artanias Artanias linked an issue May 25, 2024 that may be closed by this pull request
@Artanias
Copy link
Collaborator Author

  • Название репо для GitHub в отчёт.
  • Полный путь вместо линки.

@Artanias Artanias merged commit 70051ce into main May 31, 2024
4 checks passed
@Artanias Artanias deleted the CP-184 branch May 31, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Additions to documentation enhancement New feature or request Major Top priority task moevm Внедрение в учебный процесс МОЭВМ
Projects
Status: v0.5.0
Development

Successfully merging this pull request may close these issues.

Реализовать поиск по источникам
1 participant