Closed tarun-khanna closed 3 months ago
Latest commit: 71e993e980c6655412c38d288d07be1d591ccc07
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
0 filesβ Β±0ββ0 suitesβ Β±0βββ0s :stopwatch: Β±0s 0 tests Β±0ββ0 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 9856f7fc.βΒ± Comparison against base commit d68f0e21.
0 filesβ Β±0ββ0 suitesβ Β±0βββ0s :stopwatch: Β±0s 0 tests Β±0ββ0 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 71e993e9.βΒ± Comparison against base commit d68f0e21.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.59%. Comparing base (
d68f0e2
) to head (71e993e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fails | |
---|---|
:no_entry_sign: | π΅ Whoops, I don't see any reviewers. Remember to add one. |
Parsed (kb) | |||||
---|---|---|---|---|---|
π¦ | File Name | Base | PR | Diff | % |
π’ | cjs/index.js |
158 |
158 |
$\textcolor{green}{0}$ | 0 |
π’ | esm/index.min.js |
60.11 |
60.11 |
$\textcolor{green}{0}$ | 0 |
π’ | umd/index.js |
179.13 |
179.13 |
$\textcolor{green}{0}$ | 0 |
Generated by :no_entry_sign: dangerJS against 71e993e980c6655412c38d288d07be1d591ccc07
0 filesβ Β±0ββ0 suitesβ Β±0βββ0s :stopwatch: Β±0s 0 tests Β±0ββ0 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit b43972e4.βΒ± Comparison against base commit d68f0e21.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Changes Made
List the main changes made in this pull request.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Additional Notes
Any additional information that would be helpful for the reviewer.
Checklist:
Reviewer Checklist
PR Title Format
Format:
<type>: <subject>
Types can be as follows:
feat
: (new feature for the user, not a new feature for build script)fix
: (bug fix for the user, not a fix to a build script)docs
: (changes to the documentation)style
: (formatting, missing semi colons, etc; no production code change)refactor
: (refactoring production code, eg. renaming a variable)test
: (adding missing tests, refactoring tests; no production code change)chore
: (updating grunt tasks etc; no production code change)