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

Disable caching on venv tests #264

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

tovrstra
Copy link
Member

The caching in Github Actions seems to break easily. (This is probably due to limited storage for the caches, not sure.) I'm keeping cache in place for the conda test on the master branch, but not for venv tests which run for each PR.

I'll merge this as soon as tests pass because this issue affects all other PRs.

@codecov
Copy link

codecov bot commented Apr 14, 2021

Codecov Report

Merging #264 (4a868cd) into master (333126a) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   95.64%   95.64%           
=======================================
  Files          74       74           
  Lines        8214     8249   +35     
  Branches     1068     1072    +4     
=======================================
+ Hits         7856     7890   +34     
  Misses        164      164           
- Partials      194      195    +1     
Impacted Files Coverage Δ
iodata/formats/sdf.py 98.50% <0.00%> (-1.50%) ⬇️
iodata/periodic.py 100.00% <0.00%> (ø)
iodata/test/test_sdf.py 100.00% <0.00%> (ø)

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 333126a...4a868cd. Read the comment docs.

@tovrstra tovrstra merged commit 84e2d10 into theochem:master Apr 14, 2021
@tovrstra tovrstra deleted the disable-venv-caching branch April 14, 2021 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant