Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name .coverage.jit with timestamp to prevent loss of stats (pytorch#5…
…6829) Summary: The reason we were not seeing so many wins was because .coverage.jit would overwrite itself every coverage run. (What a noob mistake who wrote that code?!?!) This should fix that. Pull Request resolved: pytorch#56829 Test Plan: Coverage in CI should audibly increase. It does, somewhat: Check out https://codecov.io/github/pytorch/pytorch/commit/f8a475b056cb913844461a8bc2a3097e997b372e! New covered files include: Classes in torch/distributed/optim torch/utils/mkldnn.py Reviewed By: walterddr Differential Revision: D27984427 Pulled By: janeyx99 fbshipit-source-id: e82d074c2b4a60a5204a73efc2823824384c8bf5
- Loading branch information