Skip to content

Commit

Permalink
chore(ci): Add informational Codecov status checks (#4253)
Browse files Browse the repository at this point in the history
* [ci] Add informational Codecov status checks

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.

* Update codecov.yml

Co-authored-by: Erez Rokah <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <[email protected]>
  • Loading branch information
4 people authored Jun 15, 2022
1 parent 480ab7a commit 7f356f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ coverage:
javascript:
enable_partials: true
status:
project: false
patch: false
patch:
default:
informational: true
project:
default:
informational: true
comment: false

0 comments on commit 7f356f5

Please sign in to comment.