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(cmd/bundle): add new bundle build sub-commands #2334

Merged
merged 20 commits into from
Nov 8, 2023

fix(storage/fs): dont index beyond slice bounds

fc59ef6
Select commit
Loading
Failed to load commit list.
Merged

feat(cmd/bundle): add new bundle build sub-commands #2334

fix(storage/fs): dont index beyond slice bounds
fc59ef6
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Nov 8, 2023 in 0s

70.66% (-0.19%) compared to e5fe37c

View this Pull Request on Codecov

70.66% (-0.19%) compared to e5fe37c

Details

Codecov Report

Merging #2334 (fc59ef6) into gm/fs-oci (e5fe37c) will decrease coverage by 0.19%.
The diff coverage is 67.55%.

@@              Coverage Diff              @@
##           gm/fs-oci    #2334      +/-   ##
=============================================
- Coverage      70.85%   70.66%   -0.19%     
=============================================
  Files             80       81       +1     
  Lines           7679     7892     +213     
=============================================
+ Hits            5441     5577     +136     
- Misses          1918     1977      +59     
- Partials         320      338      +18     
Files Coverage Δ
internal/config/storage.go 86.86% <ø> (+4.29%) ⬆️
internal/ext/exporter.go 86.32% <100.00%> (-0.07%) ⬇️
internal/ext/importer.go 73.16% <100.00%> (ø)
internal/storage/fs/oci/source.go 76.92% <75.00%> (+0.45%) ⬆️
internal/ext/common.go 88.00% <91.66%> (+3.38%) ⬆️
internal/ext/encoding.go 86.66% <86.66%> (ø)
internal/storage/fs/snapshot.go 71.63% <72.85%> (+1.34%) ⬆️
internal/oci/file.go 58.68% <59.66%> (-8.62%) ⬇️

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!