From cf30c3cb1c5186a8ef936b47bccaee89c8405bad Mon Sep 17 00:00:00 2001 From: Ljzd-PRO Date: Fri, 1 Dec 2023 16:09:13 +0800 Subject: [PATCH] ci: use `github.ref_name` as codecov flags --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9f4ef4a..27dbcd2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -57,7 +57,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./tests/coverage.xml - flags: unit + flags: ${{ github.ref_name }} - name: Upload pytest HTML result uses: actions/upload-artifact@v3