Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(coverage): Hack for comma-delimited sources
Make BruteForceSequenceMatcher only look at first path Currently `BruteForceSequenceMatcher` doesn't handle multiple comma-delimited sources provided in `sonar.sources`. One might specify multiple comma-delimited source paths via `sonar.sources` in order to analyze both Scala and JavaScript, for example. This hack doesn't fix the root issue but makes the behavior a little more straightforward, as right now it just treats a list of paths as a single path.
- Loading branch information