mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +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*
|
!.eslint*
|
||||||
!.git*
|
!.git*
|
||||||
|
|
||||||
coverage/
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"collectCoverage": true,
|
"collectCoverage": true,
|
||||||
|
"coverageReporters": ["text"],
|
||||||
"coverageThreshold": {
|
"coverageThreshold": {
|
||||||
"global": {
|
"global": {
|
||||||
"branches": 100,
|
"branches": 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user