Skip to content

Commit

Permalink
Updated codecov config settings (pytorch#50601)
Browse files Browse the repository at this point in the history
Summary:
- Do not generate inline comments on PRs
- Increase number of signals to wait until generating a comment to 5 (2 for codecov configs, 2 for onnx and 1 for windows_test1)

Pull Request resolved: pytorch#50601

Reviewed By: albanD

Differential Revision: D25928920

Pulled By: malfet

fbshipit-source-id: 8a4ff70024c948cb65a4bdf31d269080d2cff945
  • Loading branch information
malfet authored and facebook-github-bot committed Jan 16, 2021
1 parent b832604 commit 585ee11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ coverage:
threshold: 1%
codecov:
notify:
after_n_builds: 2
# Code coverage is collected by 5 configs: codecov_test[12], onnx[12] and windows_test1
after_n_builds: 5
comment:
layout: "diff"
behavior: once
require_changes: true
require_base: yes
require_head: yes
after_n_builds: 2
after_n_builds: 5
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/"
Expand Down

0 comments on commit 585ee11

Please sign in to comment.