keras/codecov.yml

36 lines
662 B
YAML
Raw Normal View History

2023-09-06 02:08:09 +00:00
coverage:
status:
project:
default:
# `auto` compares coverage with the base-commit
target: auto
patch:
default:
target:auto
comment:
layout: "header, reach, diff, flags, files"
behavior: default
require_changes: no
require_base: no
require_head: yes
show_carryforward_flags: yes
2023-09-06 02:08:09 +00:00
flag_management:
default_rules:
carryforward: false
statuses:
- type: project
target: auto
- type: patch
target: auto
individual_flags:
2023-09-22 16:29:36 +00:00
- name: keras
paths:
2023-09-22 16:29:36 +00:00
- keras
- name: keras.applications
paths:
2023-09-22 16:29:36 +00:00
- keras/applications
carryforward: true