mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-19 10:21:19 +00:00
test: disable Jest from writing report files (#287)
This commit is contained in:
parent
377f62af19
commit
bbef8df86c
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,
|
||||
|
Loading…
Reference in New Issue
Block a user