Skip to content

Commit ab00340

Browse files
authored
Only show the Codecov commit statuses on pull requests; do not show the Codecov commit statuses on commits on main (#65)
1 parent 205b770 commit ab00340

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
only_pulls: true # Only show the `codecov/patch` commit status on pull requests.
6+
project:
7+
default:
8+
only_pulls: true # Only show the `codecov/project` commit status on pull requests.

0 commit comments

Comments
 (0)