Skip to content

Commit 64fca17

Browse files
thomasrockhu-codecovLukas Holzerkodiakhq[bot]
authoredMay 30, 2022
chore(ci): add informational Codecov status checks (#4547)
Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some idea if code being changed is being tested, but also not blocking CI/merging. Let me know if this makes sense or if we can do something that would be helpful. Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4ff745b commit 64fca17

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎codecov.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ coverage:
66
javascript:
77
enable_partials: true
88
status:
9-
project: false
10-
patch: false
9+
project:
10+
default:
11+
informational: true
12+
patch:
13+
default:
14+
informational: true
1115
comment: false

1 commit comments

Comments
 (1)

github-actions[bot] commented on May 30, 2022

@github-actions[bot]

📊 Benchmark results

Package size: 287 MB

Please sign in to comment.