Skip to content

Commit

Permalink
Update sourcepoint.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Jan 15, 2024
1 parent 43a26ce commit 8846260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sourcepoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const init = (framework: Framework, pubData = {}): void => {
framework,
},
};
break;
default:
break;

Check warning on line 188 in src/sourcepoint.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement

Check warning on line 188 in src/sourcepoint.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🌿 Branch is not covered

Warning! Not covered branch
}
Expand Down

1 comment on commit 8846260

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.5% 259/280
🟢 Branches 82.91% 97/117
🟢 Functions 90% 63/70
🟢 Lines 92.28% 251/272

Test suite run success

328 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from 8846260

Please sign in to comment.