commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Add support to query local copies of a codebase rather than relying on GitHub's APIs #37

Closed tnzmnjm closed 3 months ago

tnzmnjm commented 3 months ago

@julianharty Creating a placeholder issue for this work. For more details please see the earlier ticket #7 which presents a range of approaches.

tnzmnjm commented 3 months ago

created a branch 37-add-support-to-query-local-copies-of-a-codebase-rather-than-relying-on-githubs-apis created a script src/github_repo_request_local.py wrote the script to clone a repo from a csv and count the file names/path which has the word test in them was getting an error for the pre-commit stages when tried to push the code, had to run : ruff check github_repo_request_local.py and pre-commit run --all-filesmanually and then was able to push the code to the branch

tnzmnjm commented 3 months ago