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

Create BaseFileFinder and TestingResultFileFinder classes #317

Closed
wants to merge 2 commits into from

Conversation

joseph-sentry
Copy link
Contributor

The functionality of the CoverageFileFinder class has been moved into the new BaseFileFinder class that the CoverageFileFinder and TestingResultFileFinder inherit from.

The goal is to have the two finders share the same functionality for finding files whilst having different default patterns to look for.

The functionality of the CoverageFileFinder class has been
moved into the new BaseFileFinder class that the CoverageFileFinder
and TestingResultFileFinder inherit from.

The goal is to have the two finders share the same functionality for
finding files whilst having different default patterns to look for.

Signed-off-by: joseph-sentry <[email protected]>
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #317 (67076f6) into main (73f09c4) will decrease coverage by 0.02%.
Report is 2 commits behind head on main.
The diff coverage is 93.54%.

@@            Coverage Diff             @@
##             main     #317      +/-   ##
==========================================
- Coverage   95.55%   95.54%   -0.02%     
==========================================
  Files          79       81       +2     
  Lines        2745     2760      +15     
==========================================
+ Hits         2623     2637      +14     
- Misses        122      123       +1     
Flag Coverage Δ
python3.10 95.66% <93.54%> (-0.02%) ⬇️
python3.11 95.65% <93.54%> (-0.02%) ⬇️
python3.8 95.66% <93.54%> (-0.02%) ⬇️
python3.9 95.66% <93.54%> (-0.02%) ⬇️
smart-labels 95.53% <93.54%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
codecov_cli/helpers/folder_searcher.py 100.00% <100.00%> (ø)
...odecov_cli/services/upload/coverage_file_finder.py 100.00% <100.00%> (+4.08%) ⬆️
..._cli/services/upload/testing_result_file_finder.py 87.50% <87.50%> (ø)
codecov_cli/services/upload/upload_collector.py 83.56% <0.00%> (ø)
codecov_cli/helpers/file_finder.py 95.74% <95.74%> (ø)

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.

1 participant