diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index cf55ab7..e7024bb 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -105,7 +105,11 @@ jobs: run: bash scripts/test.sh - name: Upload coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.1.0 + with: + name: codecov-umbrella + token: ${{ secrets.CODCOV_TOKEN }} + verbose: true - name: Test & publish code coverage uses: paambaati/codeclimate-action@v5.0.0