Skip to content

Commit

Permalink
build: enable codecov comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 17, 2024
1 parent 98d5018 commit 640af13
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# TODO(bcoe): re-enable coverage report comments, once we can figure out
# how to make them more accurate for the Node.js project,
# See: https://github.com/nodejs/node/issues/35759
comment: false
# # Only show diff and files changed:
# layout: "diff, files"
# # Don't post if no changes in coverage:
# require_changes: true
comment:
# Only show diff and files changed:
layout: 'diff, files'

Check failure on line 3 in codecov.yml

View workflow job for this annotation

GitHub Actions / lint-yaml

3:11 [quoted-strings] string value is redundantly quoted with single quotes
# Don't post if no changes in coverage:
require_changes: true

codecov:
branch: main
Expand Down

0 comments on commit 640af13

Please sign in to comment.