diff --git a/.github/codecov.yml b/.github/codecov.yml index 4489d5b3..64459976 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -32,4 +32,12 @@ ignore: - "**/tests/**/*" # Ignore test directories github_checks: - annotations: true \ No newline at end of file + annotations: true + +comment: + layout: "diff, flags, files" + behavior: default + require_changes: false + require_base: false + require_head: true + hide_project_coverage: false \ No newline at end of file