From 107db417c5582bf1e1087d32855861e58e955072 Mon Sep 17 00:00:00 2001 From: Madhu Kanoor Date: Tue, 14 Jan 2025 18:06:07 -0500 Subject: [PATCH] chore: trying to add coverage in PR Adding test coverage report for PR --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..f6d7b6805 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +comment: #this is a top-level key + layout: " diff, flags, files" + behavior: default + require_changes: false # if true: only post the comment if coverage changes + require_base: false # [true :: must have a base report to post] + require_head: true # [true :: must have a head report to post] + hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]