From 3bdc8398784bc6da6a529ff47be2ea5ac47ac55a Mon Sep 17 00:00:00 2001 From: humu789 <88702197+humu789@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:25:35 +0800 Subject: [PATCH] [Bug] Fix ci converage setting (#508) fix ci converage --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b99bced4..9ed4cb002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: coverage report -m # Upload coverage report for python3.8 && pytorch1.12.0 cpu - name: Upload coverage to Codecov - if: ${{matrix.torch == '1.12.0' && matrix.python-version == '3.8'}} + if: ${{matrix.torch == '1.13.0' && matrix.python-version == '3.8'}} uses: codecov/codecov-action@v2 with: file: ./coverage.xml