From 90c3f813738e37bb8b6d7d0534ab5809c6107571 Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 30 Mar 2025 14:30:47 +0300 Subject: [PATCH] Update --- .github/workflows/ci-workflow.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index e928a75..8926c40 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -21,5 +21,8 @@ jobs: deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh" curl -s ${deployer_url} | bash -s lbd --headless --settings ./test/test.ini - - name: Upload test report - run: bash <(curl -s https://codecov.io/bash) + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: insality/druid