Skip to content

Commit

Permalink
test codecov env
Browse files Browse the repository at this point in the history
  • Loading branch information
menshibin committed Nov 26, 2024
1 parent 493a489 commit 3b60190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo ${{ env.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
env:
Expand Down
9 changes: 9 additions & 0 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"build": "tsc",
"prepublish": "node ./prepare.js"
},

"jest": {
"collectCoverage": true,
"coverageReporters": [
"text",
"cobertura"
]
},

"repository": {
"type": "git",
"url": "git+https://github.com/taosdata/taos-connector-node.git"
Expand Down

0 comments on commit 3b60190

Please sign in to comment.