From 0e23df5ab300b64632c7dc4fc0b317c7113e85b7 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 5 Feb 2024 11:34:57 -0800 Subject: [PATCH] fix: upload to codecov too --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006ea891..9e95a064 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,4 @@ jobs: chmod u+x codecov ./codecov -v upload-process -f reportme.xml -t ${{ secrets.CODECOV_TOKEN }} --report-type test_results + ./codecov -v upload-process -t ${{ secrets.CODECOV_TOKEN }}