From 271fb24f577ad530118967d2741124446854d6a6 Mon Sep 17 00:00:00 2001 From: menshibin Date: Tue, 26 Nov 2024 18:41:04 +0800 Subject: [PATCH] test codecov env --- .github/workflows/push.yaml | 2 -- .gitignore | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 102eb86..654f0ae 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -67,8 +67,6 @@ jobs: npm list npm run example npm run test - pwd - find ../ -name lcov.info - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 diff --git a/.gitignore b/.gitignore index d8cb7b4..b9d9f59 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ nodejs/.parcel-cache/ nodejs/lib/ nodejs/node_modules/ nodejs/tsc/ -nodejs/coverage/ +coverage/ nodejs/logs/ .DS_Store nodejs/*.log