-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SourceUnitEnumChunker for GitHub (#3298)
* Implement SourceUnitEnumChunker for GitHub This change refactors the internal scan method to introduce a scanRepo method to perform the actual scan. * Export unit fields so the values are captured in the report * Add comment for scanRepo * Break out ensureRepoInfoCache into a method * Update comments and check errors * Ensure that the repoInfoCache contains the repo during ChunkUnit * Add integration test for ChunkUnit * Move s.scanOptions initialization to Init()
- Loading branch information
1 parent
764db68
commit 2f3a410
Showing
4 changed files
with
187 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.