From 93edc9a146d8e3f7d5d75ab1b0b00a4b67d31a88 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Wed, 3 Dec 2025 14:24:07 -0300 Subject: [PATCH 1/2] Add Codecov configuration file --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..69cb7601 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1 @@ +comment: false From d862e3f770d56650dad786cd53e27b92ae3960de Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Wed, 3 Dec 2025 14:28:47 -0300 Subject: [PATCH 2/2] Create semantic.yml --- .github/semantic.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 00000000..fd160e51 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1 @@ +titleOnly: true