Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
803485b9
Unverified
Commit
803485b9
authored
Apr 27, 2023
by
Zach Pomerantz
Committed by
GitHub
Apr 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: update default test settings (#6441)
build: coverage on CI by default
parent
6df5d3a7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test.yml
.github/workflows/test.yml
+1
-1
package.json
package.json
+1
-1
No files found.
.github/workflows/test.yml
View file @
803485b9
...
...
@@ -59,7 +59,7 @@ jobs:
key
:
${{ runner.os }}-jest-${{ hashFiles('**/yarn.lock') }}-${{ github.run_id }}
restore-keys
:
${{ runner.os }}-jest-${{ hashFiles('**/yarn.lock') }}-
-
run
:
yarn prepare
-
run
:
yarn test --
silent
--maxWorkers=100%
-
run
:
yarn test --
coverage
--maxWorkers=100%
-
uses
:
codecov/codecov-action@v3
with
:
token
:
${{ secrets.CODECOV_TOKEN }}
...
...
package.json
View file @
803485b9
...
...
@@ -24,7 +24,7 @@
"serve"
:
"serve build -l 3000"
,
"lint"
:
"yarn eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/eslint/ ."
,
"typecheck"
:
"tsc"
,
"test"
:
"craco test
--coverage
"
,
"test"
:
"craco test"
,
"test:size"
:
"node scripts/test-size.js"
,
"cypress:open"
:
"cypress open --browser chrome --e2e"
,
"cypress:run"
:
"cypress run --browser chrome --e2e"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment