From 790928ab25a0b141e80eaadfb2e3b0a669e57265 Mon Sep 17 00:00:00 2001 From: Gavin Date: Mon, 6 May 2024 17:23:56 -0700 Subject: [PATCH] Fix tset name & add codecov token --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a806ff..eb8d8b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ env: AUTH2_JAR_NAME: kbase-auth2-test-shadow-all-0.7.0.jar jobs: - workspace_deluxe_tests: + blobstore_tests: runs-on: ubuntu-latest strategy: fail-fast: false @@ -84,4 +84,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true