Skip to content

Commit cb5a16a

Browse files
authored
Merge branch 'dev' into code_owners
2 parents 70853ef + bf6bc1f commit cb5a16a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/codecov.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ coverage:
2424
flags: null
2525
paths: null
2626

27-
# Disable comments on PR
28-
comment: false
27+
comment: # enable code coverage comment on PR
28+
layout: "diff, flags, files"
29+
behavior: default
30+
require_changes: false
31+
require_base: false
32+
require_head: true
33+
hide_project_coverage: true
2934

3035
ignore:
3136
- "versioneer.py"

0 commit comments

Comments
 (0)