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

feat: support globs for base path #84

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

mrexox
Copy link
Contributor

@mrexox mrexox commented Jun 2, 2023

⚡ Summary

Move base_path applying from parser to FileReport itself. Also support globs for base_path, so it can search for files in accessible dirs and find the right dir.

NOTE: Name collision issue can still take place. Make sure you don't have same filepaths in different base_paths.

☑️ Checklist

  • Add specs

@coveralls-official
Copy link

coveralls-official bot commented Jun 2, 2023

Pull Request Test Coverage Report for Build 5154256960

  • 36 of 36 (100.0%) changed or added relevant lines in 10 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 90.109%

Totals Coverage Status
Change from base Build 5142896105: 0.02%
Covered Lines: 747
Relevant Lines: 829

💛 - Coveralls

@mrexox mrexox marked this pull request as ready for review June 2, 2023 09:55
@mrexox mrexox merged commit fd459ef into coverallsapp:master Jun 5, 2023
9 checks passed
@mrexox mrexox deleted the feat/support-globs-for-base-path branch June 5, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant