Skip to content

Commit

Permalink
Removing caffe2 and third_party from our code coverage (pytorch#47310)
Browse files Browse the repository at this point in the history
Summary:
Our tests do not test these folders (as they shouldn't), and their inclusion in codecov obfuscates our coverage metrics.

We ask codecov to ignore these folders when calculating our coverage.

Pull Request resolved: pytorch#47310

Reviewed By: walterddr

Differential Revision: D24711775

Pulled By: janeyx99

fbshipit-source-id: 6095bb5e8d52202c7930114d2f357163d2271022
  • Loading branch information
janeyx99 authored and facebook-github-bot committed Nov 4, 2020
1 parent f1ac63d commit 07e8f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ comment:
fixes:
- "/opt/conda/lib/python3.8/site-packages/::project/"
- "C:/Users/circleci/project/build/win_tmp/build/::project/"
ignore:
- "caffe2"
- "third_party"

0 comments on commit 07e8f48

Please sign in to comment.