Skip to content

Commit

Permalink
ci: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa authored Feb 11, 2024
1 parent 208899b commit 26d2853
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"text",
"cobertura"
]
}
}

0 comments on commit 26d2853

Please sign in to comment.