From fd5d9e324911323b73a7ebd04fa791f36c275ff4 Mon Sep 17 00:00:00 2001 From: Felix Cremer Date: Thu, 17 Oct 2024 15:45:45 +0200 Subject: [PATCH] Add codecov yaml --- .github/codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..25b2d889 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,6 @@ +comment: + layout: " diff, flags, files" + behavior: default + require_changes: false # learn more in the Requiring Changes section below + require_base: false # [true :: must have a base report to post] + require_head: true \ No newline at end of file