Skip to content

Commit

Permalink
Update the codecov PR comment config
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 18, 2024
1 parent 6b6ec7e commit b24e7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ github_checks:
annotations: false
comment:
# https://docs.codecov.com/docs/pull-request-comments#layout
layout: "condensed_header, condensed_files, condensed_footer"
layout: "header, files, footer"
hide_project_coverage: false
require_changes: true
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ update:
# Run a suite of checks. These checks are fairly comprehensive and will catch most issues. However, they are still less than what is run in CI.
check:
.cargo-husky/hooks/pre-push

validate-codecov-config:
curl -X POST --data-binary @codecov.yml https://codecov.io/validate

0 comments on commit b24e7a4

Please sign in to comment.