From ca7265c811bdee1980014fe5664d5ccbddd9d380 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 3 Oct 2023 03:10:32 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce06c11c..2de8e66b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: - run: npm run build - run: npm run coverage - - name: Create Coverage Badges - uses: jaywcjlove/coverage-badges-cli@main - - name: Create idoc config. run: | cat > idoc.yml << EOF @@ -39,6 +36,11 @@ jobs: - run: idoc - run: cp -rp coverage/lcov-report ./dist/lcov-report + - name: Create Coverage Badges + uses: jaywcjlove/coverage-badges-cli@main + with: + output: dist/badges.svg + - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main with: