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

fix(rest): detect session status from the pod state #611

Merged
merged 1 commit into from
Jan 16, 2025

fix(rest): detect session status from the pod state (#611)

907459b
Select commit
Loading
Failed to load commit list.
Merged

fix(rest): detect session status from the pod state #611

fix(rest): detect session status from the pod state (#611)
907459b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

76.01% (-0.58%) compared to 4b0b2ff

View this Pull Request on Codecov

76.01% (-0.58%) compared to 4b0b2ff

Details

Codecov Report

Attention: Patch coverage is 16.66667% with 15 lines in your changes missing coverage. Please review.

Project coverage is 76.01%. Comparing base (4b0b2ff) to head (907459b).

Files with missing lines Patch % Lines
reana_workflow_controller/k8s.py 11.11% 8 Missing ⚠️
reana_workflow_controller/rest/workflows.py 22.22% 7 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   76.59%   76.01%   -0.58%     
==========================================
  Files          17       17              
  Lines        1846     1864      +18     
==========================================
+ Hits         1414     1417       +3     
- Misses        432      447      +15     
Files with missing lines Coverage Δ
reana_workflow_controller/rest/workflows.py 70.48% <22.22%> (-1.56%) ⬇️
reana_workflow_controller/k8s.py 79.31% <11.11%> (-4.52%) ⬇️