Skip to content

Commit 1f72db9

Browse files
committed
chore: fix codecov config
1 parent 29d1ac0 commit 1f72db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ coverage:
22
status:
33
changes:
44
default:
5-
target: auto
5+
only_pulls: true
66
informational: true
77
project:
88
default:
9-
target: auto
9+
only_pulls: true
1010
informational: true
1111
patch:
1212
default:
13-
target: auto
13+
only_pulls: true
1414
informational: true
1515

1616
comment:
17-
layout: 'reach,diff,flags,tree,components,tests,build'
17+
layout: 'reach,diff,flags,tree,components'
1818
behavior: default
1919
require_changes: false

0 commit comments

Comments
 (0)