From 49d90fe5748e255ea1ad2e6b865a3630e9663c62 Mon Sep 17 00:00:00 2001 From: Jijeong Lee Date: Tue, 28 Nov 2023 11:25:36 -0800 Subject: [PATCH] Change token method --- .github/workflows/codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 92836cbdb..c6126ae45 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -8,7 +8,8 @@ jobs: steps: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + flags: unit + fail_ci_if_error: ${{ github.repository == 'e-mission/e-mission-phone' }}