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(auto-cancel): server-side logic for auto canceling obsolete builds #911

Merged
merged 13 commits into from
Oct 20, 2023

Merge branch 'main' into hackathon-auto-cancel

f4f3d36
Select commit
Loading
Failed to load commit list.
Merged

feat(auto-cancel): server-side logic for auto canceling obsolete builds #911

Merge branch 'main' into hackathon-auto-cancel
f4f3d36
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2023 in 0s

70.39% (target 90.00%)

View this Pull Request on Codecov

70.39% (target 90.00%)

Details

Codecov Report

Merging #911 (f4f3d36) into main (d90fdb7) will decrease coverage by 0.72%.
The diff coverage is 14.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #911      +/-   ##
==========================================
- Coverage   71.10%   70.39%   -0.72%     
==========================================
  Files         313      315       +2     
  Lines       13028    13195     +167     
==========================================
+ Hits         9263     9288      +25     
- Misses       3299     3440     +141     
- Partials      466      467       +1     
Files Coverage Δ
database/resource.go 72.03% <ø> (ø)
database/validate.go 100.00% <ø> (ø)
database/build/list_pending_running_repo.go 89.28% <89.28%> (ø)
api/build/cancel.go 0.00% <0.00%> (ø)
api/build/auto_cancel.go 0.00% <0.00%> (ø)