From e87f6c0b389c8db9b8deba6b14e10d73d31950f1 Mon Sep 17 00:00:00 2001 From: hbsnow Date: Sat, 14 Jan 2023 12:11:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20github=20actions=E3=81=A7Codecov?= =?UTF-8?q?=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55a4a03..967f581 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,5 @@ jobs: run: npm test - name: Run build run: npm run build + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3