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: [BREAKING] make use of the new action cache #2509

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

add dryrun early exit to CopyTarStream

f875732
Select commit
Loading
Failed to load commit list.
Open

feat: [BREAKING] make use of the new action cache #2509

add dryrun early exit to CopyTarStream
f875732
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 3, 2024 in 0s

75.07% (+13.50%) compared to 5a80a04

View this Pull Request on Codecov

75.07% (+13.50%) compared to 5a80a04

Details

Codecov Report

Attention: Patch coverage is 70.42254% with 21 lines in your changes missing coverage. Please review.

Project coverage is 75.07%. Comparing base (5a80a04) to head (f875732).
Report is 127 commits behind head on master.

Files with missing lines Patch % Lines
pkg/runner/step_action_remote.go 68.75% 7 Missing and 3 partials ⚠️
pkg/runner/action.go 60.00% 7 Missing and 1 partial ⚠️
pkg/container/host_environment.go 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2509       +/-   ##
===========================================
+ Coverage   61.56%   75.07%   +13.50%     
===========================================
  Files          53       62        +9     
  Lines        9002     9984      +982     
===========================================
+ Hits         5542     7495     +1953     
+ Misses       3020     1912     -1108     
- Partials      440      577      +137     

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