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

Add caching of pi-gen artifacts #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add caching of pi-gen artifacts #106

wants to merge 1 commit into from

Conversation

usimd
Copy link
Owner

@usimd usimd commented Feb 23, 2024

Adds a new feature to allow caching of pi-gen build container. If a cache hit is found the container is loaded back into the Docker daemon and pi-gen is instructed to continue from the existing container.

@usimd usimd added the test Run integration test in PR label Feb 23, 2024
@usimd usimd force-pushed the add-caching branch 2 times, most recently from 573b143 to 0d449b0 Compare February 25, 2024 11:58
@github-actions github-actions bot removed the test Run integration test in PR label Feb 25, 2024
@usimd usimd added the test Run integration test in PR label Feb 25, 2024
@github-actions github-actions bot removed the test Run integration test in PR label Feb 25, 2024
@usimd usimd added the test Run integration test in PR label Feb 25, 2024
@usimd usimd force-pushed the add-caching branch 4 times, most recently from 6b908a2 to 4cf89c3 Compare February 26, 2024 10:18
@usimd usimd force-pushed the add-caching branch 2 times, most recently from 9abb29d to aa01c36 Compare May 15, 2024 18:37
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 22.93578% with 84 lines in your changes missing coverage. Please review.

Project coverage is 84.82%. Comparing base (b771736) to head (fb235af).

Files with missing lines Patch % Lines
src/cache.ts 15.00% 51 Missing ⚠️
src/actions.ts 37.03% 17 Missing ⚠️
src/cache-key.ts 33.33% 12 Missing ⚠️
src/main.ts 0.00% 2 Missing ⚠️
src/post.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #106       +/-   ##
===========================================
- Coverage   98.42%   84.82%   -13.61%     
===========================================
  Files          13       16        +3     
  Lines         509      593       +84     
  Branches      120      125        +5     
===========================================
+ Hits          501      503        +2     
- Misses          8       90       +82     
Flag Coverage Δ
unittests 84.82% <22.93%> (-13.61%) ⬇️

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

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

@github-actions github-actions bot removed the test Run integration test in PR label Nov 7, 2024
@usimd usimd added the test Run integration test in PR label Nov 7, 2024
@github-actions github-actions bot removed the test Run integration test in PR label Nov 7, 2024
@usimd usimd added the test Run integration test in PR label Nov 8, 2024
@github-actions github-actions bot removed the test Run integration test in PR label Nov 8, 2024
@usimd usimd added the test Run integration test in PR label Nov 8, 2024
@github-actions github-actions bot removed the test Run integration test in PR label Nov 8, 2024
@usimd usimd added the test Run integration test in PR label Nov 8, 2024
@github-actions github-actions bot removed the test Run integration test in PR label Nov 8, 2024
@usimd usimd added the test Run integration test in PR label Nov 8, 2024
@usimd usimd force-pushed the add-caching branch 3 times, most recently from 48aff64 to 2fac717 Compare November 8, 2024 20:38
@github-actions github-actions bot removed the test Run integration test in PR label Nov 8, 2024
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