Skip to content

Commit

Permalink
hotfix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidalizad committed Aug 28, 2024
1 parent cf2640e commit 92a1c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: npm install -g pnpm
- run: pnpm install
- run: pnpm run ci
- uses: actions/upload-artifact@v2
- uses: codecov/codecov-action@v4
with:
name: coverage
path: coverage
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

deploy:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint src/index.ts",
"run:mongo": "mongodb-runner start -t replset --version 6.0 -- --port 27017",
"stop:mongo": "mongodb-runner stop --all",
"ci": "npm run run:mongo && npx nyc --reporter=lcov npm test && npx codecov"
"ci": "npm run run:mongo && nyc --reporter=lcov --disable=gcov npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 92a1c82

Please sign in to comment.