diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index f3d9b2e..e59e919 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -42,7 +42,7 @@ jobs: - name: Run tests run: pytest -vv --cov --cov-report=xml - - name: Check Codecov token # e.g., Dependabot doesn't have the CODECOV_TOKEN + - name: Check Codecov token # e.g., Dependabot doesn't have the CODECOV_TOKEN id: check_codecov_token run: | if [ -n "${{ secrets.CODECOV_TOKEN }}" ]; then