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

COVERAGE Filter using file #1413

Merged
merged 7 commits into from
Dec 21, 2024
Merged

COVERAGE Filter using file #1413

merged 7 commits into from
Dec 21, 2024

Conversation

neolynx
Copy link
Member

@neolynx neolynx commented Dec 21, 2024

Fixes #

Requirements

All new code should be covered with tests, documentation should be updated. CI should pass.

Description of the Change

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

Attention: Patch coverage is 63.75000% with 29 lines in your changes missing coverage. Please review.

Project coverage is 75.03%. Comparing base (93650ef) to head (c6bb5f7).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
cmd/string_or_file_flag.go 71.42% 5 Missing and 3 partials ⚠️
cmd/package_search.go 50.00% 2 Missing and 1 partial ⚠️
cmd/package_show.go 57.14% 2 Missing and 1 partial ⚠️
cmd/repo_move.go 57.14% 2 Missing and 1 partial ⚠️
cmd/repo_remove.go 57.14% 2 Missing and 1 partial ⚠️
cmd/snapshot_filter.go 57.14% 2 Missing and 1 partial ⚠️
cmd/snapshot_pull.go 57.14% 2 Missing and 1 partial ⚠️
cmd/snapshot_search.go 57.14% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1413      +/-   ##
==========================================
- Coverage   75.09%   75.03%   -0.07%     
==========================================
  Files         157      158       +1     
  Lines       18287    18356      +69     
==========================================
+ Hits        13733    13773      +40     
- Misses       3426     3445      +19     
- Partials     1128     1138      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@neolynx neolynx force-pushed the filter-using-file branch 3 times, most recently from 924e3b3 to c6bb5f7 Compare December 21, 2024 16:39
@neolynx neolynx merged commit e5b8315 into master Dec 21, 2024
127 of 128 checks passed
@neolynx neolynx deleted the filter-using-file branch December 21, 2024 17:55
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.

2 participants