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

[bugfix] Add a persistent version of rmtree() #437

Merged
merged 4 commits into from
Sep 4, 2018

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Sep 3, 2018

Fixes #291.

@codecov-io
Copy link

codecov-io commented Sep 3, 2018

Codecov Report

Merging #437 into master will increase coverage by 0.01%.
The diff coverage is 95.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #437      +/-   ##
==========================================
+ Coverage   91.21%   91.23%   +0.01%     
==========================================
  Files          70       70              
  Lines        8585     8611      +26     
==========================================
+ Hits         7831     7856      +25     
- Misses        754      755       +1
Impacted Files Coverage Δ
unittests/test_utility.py 98.81% <100%> (+0.04%) ⬆️
reframe/core/pipeline.py 92.48% <100%> (ø) ⬆️
reframe/core/runtime.py 87.28% <100%> (-0.11%) ⬇️
unittests/test_schedulers.py 97.72% <100%> (-0.01%) ⬇️
unittests/test_pipeline.py 97.37% <100%> (ø) ⬆️
unittests/test_policies.py 99.09% <100%> (-0.46%) ⬇️
unittests/test_cli.py 95.89% <100%> (-0.02%) ⬇️
reframe/utility/os_ext.py 89.65% <86.66%> (-0.35%) ⬇️
reframe/core/config.py 84.54% <0%> (+1.81%) ⬆️

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 de2de01...596a4f9. Read the comment docs.

@vkarak vkarak merged commit 49a6689 into reframe-hpc:master Sep 4, 2018
@vkarak vkarak deleted the bugfix/persistent-rmtree branch September 4, 2018 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants