From 108ed247e90b7ad764f3901120ed813cf7c4dd2c Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Dec 2024 16:32:45 -0800 Subject: [PATCH] Update run_coverage.yml --- .github/workflows/run_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_coverage.yml b/.github/workflows/run_coverage.yml index 8b72e5374..bea8df734 100644 --- a/.github/workflows/run_coverage.yml +++ b/.github/workflows/run_coverage.yml @@ -67,7 +67,7 @@ jobs: uses: codecov/codecov-action@v5 with: fail_ci_if_error: true - file: ./coverage.xml + files: ./coverage.xml env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -121,6 +121,6 @@ jobs: uses: codecov/codecov-action@v5 with: fail_ci_if_error: true - file: ./coverage.xml + files: ./coverage.xml env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}