mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: See discussion in https://github.com/pytorch/pytorch/pull/50320#discussion_r554447365. Pull Request resolved: https://github.com/pytorch/pytorch/pull/50660 Reviewed By: xuzhao9, samestep Differential Revision: D25959021 Pulled By: seemethere fbshipit-source-id: 7623bddc09e7d55208b8a1af4b5a23fba2cdeb14
27 lines
618 B
YAML
27 lines
618 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 1%
|
|
codecov:
|
|
notify:
|
|
# Code coverage is collected by 6 configs: codecov_test[12], onnx[12] and windows_test[2]
|
|
after_n_builds: 6
|
|
comment:
|
|
layout: "diff"
|
|
behavior: once
|
|
require_changes: true
|
|
require_base: yes
|
|
require_head: yes
|
|
after_n_builds: 6
|
|
branches:
|
|
- "master"
|
|
# Disable inline comments that this code is not covered
|
|
github_checks:
|
|
annotations: false
|
|
fixes:
|
|
- "/opt/conda/lib/python3.8/site-packages/::project/"
|
|
- "C:/Users/circleci/project/build/win_tmp/build/::project/"
|
|
ignore:
|
|
- "caffe2"
|
|
- "third_party"
|