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: Fix/with sources ignored #1405

Closed
wants to merge 4 commits into from
Closed

Conversation

neolynx
Copy link
Member

@neolynx neolynx commented Dec 9, 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

It was already a lot of options for one method and I am going to add
another one in the next commit.
Such as e.g. downloading 'glibc' when the sources for 'libc6'
are requested.
The fix of the -with-filter flag causes the following previously
missing source files to be downloaded, so I updated the test file.

```
rkward_0.7.5-1~bullseyecran.0.debian.tar.xz
rkward_0.7.5-1~bullseyecran.0.dsc
rkward_0.7.5.orig.tar.gz
rpy2_3.5.12-1~bullseyecran.0.debian.tar.xz
rpy2_3.5.12-1~bullseyecran.0.dsc
rpy2_3.5.12.orig.tar.gz
```
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

Attention: Patch coverage is 90.59829% with 11 lines in your changes missing coverage. Please review.

Project coverage is 74.89%. Comparing base (88ef8ef) to head (32e458c).

Files with missing lines Patch % Lines
api/mirror.go 0.00% 6 Missing ⚠️
deb/list.go 88.63% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1405      +/-   ##
==========================================
+ Coverage   74.81%   74.89%   +0.07%     
==========================================
  Files         157      157              
  Lines       18180    18261      +81     
==========================================
+ Hits        13602    13676      +74     
- Misses       3470     3476       +6     
- Partials     1108     1109       +1     

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

@neolynx neolynx closed this Dec 9, 2024
@neolynx neolynx deleted the fix/with-sources-ignored branch December 9, 2024 17:59
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