From b8867de41c7746c0bedc47142219e11de74b4739 Mon Sep 17 00:00:00 2001 From: hongyoung Date: Sat, 6 Jan 2024 09:43:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codecoverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index a07781b..efa2dc8 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -31,6 +31,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 + if: always() env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} file: ./build/jacoco/index.xml \ No newline at end of file