From f0e589d5f643e291c4eee441eb146296487410eb Mon Sep 17 00:00:00 2001 From: Rinat Sabitov Date: Mon, 8 Sep 2025 14:25:26 +0200 Subject: [PATCH] ci(workflows): add repo metadata to codecov upload --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8520486..228bfb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,9 @@ jobs: name: codecov-umbrella fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} + slug: ${{ github.repository }} + sha: ${{ github.sha }} + branch: ${{ github.ref_name }} integration-tests: strategy: