diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 52d47ba..c489432 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -19,5 +19,8 @@ jobs: deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/4/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) \ No newline at end of file + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: insality/defold-tweener \ No newline at end of file