-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: tl;dr -- our coverage can be better. Wanted to check out codecov - this is what came of it. Code coverage reports are enabled for the org - add them in CI. - Codecov is capable of generating super cool reports like flashlight/flashlight#560 (comment) in PR comments, but I've disabled those for now - View coverage details like https://codecov.io/gh/flashlight/flashlight/tree/17c14502a3c99550e69973e9d0cb1e9374e9ed3e/flashlight - codecov checks appear in CI which will yell at people if they are landing untested code Pull Request resolved: flashlight/flashlight#560 Test Plan: CI PR comments [disabled for now] like <img width="1054" alt="Screen Shot 2021-04-22 at 5 55 33 PM" src="https://user-images.githubusercontent.com/7871817/115796168-fa053800-a396-11eb-8d91-8f8b87693b8f.png"> cool visualizations of what we have tests for like ![screencapture-codecov-io-gh-flashlight-flashlight-src-17c14502a3c99550e69973e9d0cb1e9374e9ed3e-flashlight-fl-autograd-Functions-cpp-2021-04-22-17_53_25](https://user-images.githubusercontent.com/7871817/115796181-fe315580-a396-11eb-9dda-fafad249f9de.png) Reviewed By: tlikhomanenko Differential Revision: D27954344 Pulled By: jacobkahn fbshipit-source-id: 30cff2176c97ffdf499fe2bbc41a2feba2b1cb69
- Loading branch information
1 parent
3852550
commit e3c0f0b
Showing
5 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
comment: false |