Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla authored Apr 10, 2024
1 parent a3cbab0 commit 7898804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"homepage": "http://wednesday-solutions.github.io/react-template",
"license": "MIT",
"scripts": {
"initialize": "git checkout --orphan temp-branch && git add -A && git commit -m 'Initial commit' && git branch -D master && git branch -m master",
"analyze:clean": "rimraf stats.json",
"preanalyze": "npm run analyze:clean",
"analyze": "node ./internals/scripts/analyze.js",
Expand Down

1 comment on commit 7898804

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest Coverage Report

Total coverage

Status Category Percentage Covered / Total
🟢 Statements 98.62% 357/362
🟢 Branches 95.76% 113/118
🟢 Functions 98.31% 116/118
🟢 Lines 98.73% 310/314

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 3d10ae8

Please sign in to comment.