diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 3c75872..bcb725b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -17,4 +17,7 @@ jobs: - name: Build && Run run: | deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh" - curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt \ No newline at end of file + curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt + + - name: Upload test report + run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file