aptly icon indicating copy to clipboard operation
aptly copied to clipboard

feat: repo and snapshots packages filter api add 'maximumVersion' que…

Open hudeng-go opened this issue 2 years ago • 3 comments

repo and snapshots packages filter api add 'maximumVersion' query parameter support

hudeng-go avatar Jun 22 '22 07:06 hudeng-go

Codecov Report

Merging #1088 (b3dd947) into master (b3d9055) will decrease coverage by 14.26%. The diff coverage is 0.00%.

:exclamation: Current head b3dd947 differs from pull request most recent head 2e7f501. Consider uploading reports for the commit 2e7f501 to get more accurate results

@@             Coverage Diff             @@
##           master    #1088       +/-   ##
===========================================
- Coverage   66.30%   52.04%   -14.27%     
===========================================
  Files         141       73       -68     
  Lines       15908    11281     -4627     
===========================================
- Hits        10548     5871     -4677     
- Misses       4610     4846      +236     
+ Partials      750      564      -186     
Impacted Files Coverage Δ
api/api.go 28.57% <0.00%> (-5.01%) :arrow_down:
query/query.go 0.00% <0.00%> (-100.00%) :arrow_down:
utils/utils.go 0.00% <0.00%> (-72.73%) :arrow_down:
deb/contents.go 0.00% <0.00%> (-68.24%) :arrow_down:
database/goleveldb/transaction.go 0.00% <0.00%> (-60.00%) :arrow_down:
utils/copyfile.go 0.00% <0.00%> (-58.83%) :arrow_down:
context/context.go 10.70% <0.00%> (-57.41%) :arrow_down:
deb/index_files.go 40.46% <0.00%> (-36.17%) :arrow_down:
deb/collections.go 67.69% <0.00%> (-32.31%) :arrow_down:
deb/uploaders.go 70.37% <0.00%> (-29.63%) :arrow_down:
... and 100 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Jun 22 '22 09:06 codecov[bot]

Could you please add a test for the suggested changes?

randombenj avatar Jun 22 '22 09:06 randombenj

Could you please add a test for the suggested changes?

Added an API test.

goldendeng avatar Aug 30 '22 07:08 goldendeng