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: use 'foreground' delete policy to cancel k8s job #290

Merged
merged 15 commits into from
Dec 4, 2023

Update DefaultJobState.java

1133673
Select commit
Loading
Failed to load commit list.
Merged

feat: use 'foreground' delete policy to cancel k8s job #290

Update DefaultJobState.java
1133673
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2023 in 1s

85.07% (+0.03%) compared to ff85e34

View this Pull Request on Codecov

85.07% (+0.03%) compared to ff85e34

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (ff85e34) 85.03% compared to head (1133673) 85.07%.
Report is 3 commits behind head on master.

Files Patch % Lines
...egraph/computer/algorithm/sampling/RandomWalk.java 92.06% 2 Missing and 3 partials ⚠️
...thm/centrality/betweenness/BetweennessMessage.java 0.00% 2 Missing ⚠️
.../algorithm/community/cc/ClusteringCoefficient.java 0.00% 0 Missing and 1 partial ⚠️
...computer/algorithm/sampling/RandomWalkMessage.java 94.11% 1 Missing ⚠️
...che/hugegraph/computer/driver/DefaultJobState.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #290      +/-   ##
============================================
+ Coverage     85.03%   85.07%   +0.03%     
- Complexity     3246     3278      +32     
============================================
  Files           345      349       +4     
  Lines         12298    12411     +113     
  Branches       1102     1113      +11     
============================================
+ Hits          10458    10559     +101     
- Misses         1315     1320       +5     
- Partials        525      532       +7     

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