mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
test: disable Jest from writing report files (#287)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,5 +3,4 @@
|
||||
!.eslint*
|
||||
!.git*
|
||||
|
||||
coverage/
|
||||
node_modules/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"collectCoverage": true,
|
||||
"coverageReporters": ["text"],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 100,
|
||||
|
||||
Reference in New Issue
Block a user