From 2b5a3ee47e1c26bc5fb8369f10f8755d3c60b33e Mon Sep 17 00:00:00 2001 From: wattai Date: Wed, 20 Nov 2024 23:24:27 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8698a9e..c20b24a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,3 +70,8 @@ jobs: - name: Run tests with pytest run: pytest --cov --cov-report=xml + + - name: Upload results to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}