From 18ab174a31c064e6453db5353e5001d5639a565f Mon Sep 17 00:00:00 2001 From: moontai0724 Date: Wed, 9 Oct 2024 15:25:00 +0800 Subject: [PATCH] ci: correct the coverage dest --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5733bc7..5658de3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: moontai0724/yargs-typebox + slug: moontaiworks/yargs-typebox files: ./coverage/cobertura-coverage.xml verbose: true