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

Cache .mypy_cache on CI #2819

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Cache .mypy_cache on CI #2819

merged 1 commit into from
Jan 31, 2023

Conversation

cgarciae
Copy link
Collaborator

@cgarciae cgarciae commented Jan 26, 2023

What does this PR do?

Caches the .mypy_cache folder weekly using the Cache action to speedup mypy tests on CI.

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2023

Codecov Report

Merging #2819 (c32e04a) into main (a309273) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2819      +/-   ##
==========================================
- Coverage   81.26%   81.25%   -0.01%     
==========================================
  Files          53       53              
  Lines        5680     5677       -3     
==========================================
- Hits         4616     4613       -3     
  Misses       1064     1064              
Impacted Files Coverage Δ
flax/linen/recurrent.py 100.00% <ø> (ø)
flax/linen/module.py 91.96% <0.00%> (-0.15%) ⬇️
flax/errors.py 85.45% <0.00%> (-0.14%) ⬇️
flax/core/scope.py 90.10% <0.00%> (-0.03%) ⬇️
flax/training/prefetch_iterator.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cgarciae cgarciae requested a review from levskaya January 26, 2023 18:18
@cgarciae cgarciae force-pushed the cache-mypy branch 3 times, most recently from ad8739e to e2b0cf3 Compare January 27, 2023 16:08
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.

4 participants