Closed meliache closed 3 years ago
Merging #134 (b77aa3c) into main (11a8c11) will decrease coverage by
0.30%
. The diff coverage is8.33%
.
@@ Coverage Diff @@
## main #134 +/- ##
==========================================
- Coverage 56.23% 55.92% -0.31%
==========================================
Files 23 23
Lines 1508 1518 +10
==========================================
+ Hits 848 849 +1
- Misses 660 669 +9
Impacted Files | Coverage Δ | |
---|---|---|
b2luigi/batch/processes/htcondor.py | 46.40% <8.33%> (-3.17%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 11a8c11...b77aa3c. Read the comment docs.
Addresses #116, some errors when getting htcondor status. A workaround might be just retrying getting the status. Opened this as a draft because I want to refactor the code to make the subprocess with retries more clean and readable. Not sure if this is needed, depend if the issue in #116 appears again to be a problem. I haven't seen it in a while.