您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.codecov.yml 167B

1234567891011
  1. codecov:
  2. branch: master
  3. coverage:
  4. precision: 2
  5. round: down
  6. range: "70...100"
  7. comment:
  8. layout: "header, diff, changes, uncovered, tree"
  9. behavior: default