fix: e2e test coverage reporting (#6286)
* fix: e2e test coverage reporting * fix: try increasing * fix: names * fix: optimize test.yml * fix: undo last change and add cache
Showing
.nycrc
deleted
100644 → 0
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"postinstall": "patch-package", | "postinstall": "patch-package", | ||
"start": "craco start", | "start": "craco start", | ||
"build": "craco build", | "build": "craco build", | ||
"build:e2e": "REACT_APP_CSP_ALLOW_UNSAFE_EVAL=true REACT_APP_ADD_COVERAGE_INSTRUMENTATION=true craco build", | |||
"analyze": "source-map-explorer 'build/static/js/*.js'", | "analyze": "source-map-explorer 'build/static/js/*.js'", | ||
"serve": "serve build -l 3000", | "serve": "serve build -l 3000", | ||
"lint": "yarn eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/eslint/ .", | "lint": "yarn eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/eslint/ .", | ||
... | @@ -100,6 +101,7 @@ | ... | @@ -100,6 +101,7 @@ |
"@uniswap/eslint-config": "^1.1.1", | "@uniswap/eslint-config": "^1.1.1", | ||
"@vanilla-extract/babel-plugin": "^1.1.7", | "@vanilla-extract/babel-plugin": "^1.1.7", | ||
"@vanilla-extract/webpack-plugin": "^2.1.11", | "@vanilla-extract/webpack-plugin": "^2.1.11", | ||
"babel-plugin-istanbul": "^6.1.1", | |||
"cypress": "10.3.1", | "cypress": "10.3.1", | ||
"cypress-hardhat": "^1.0.0", | "cypress-hardhat": "^1.0.0", | ||
"env-cmd": "^10.1.0", | "env-cmd": "^10.1.0", | ||
... | @@ -190,7 +192,6 @@ | ... | @@ -190,7 +192,6 @@ |
"@web3-react/walletconnect": "^8.2.0", | "@web3-react/walletconnect": "^8.2.0", | ||
"array.prototype.flat": "^1.2.4", | "array.prototype.flat": "^1.2.4", | ||
"array.prototype.flatmap": "^1.2.4", | "array.prototype.flatmap": "^1.2.4", | ||
"babel-plugin-istanbul": "^6.1.1", | |||
"cids": "^1.0.0", | "cids": "^1.0.0", | ||
"clsx": "^1.1.1", | "clsx": "^1.1.1", | ||
"copy-to-clipboard": "^3.2.0", | "copy-to-clipboard": "^3.2.0", | ||
... | ... |
Please register or sign in to comment