fingerprintjs / fingerprintjs-pro-react-native

Official React Native client for Fingerprint PRO. 100% accurate device identification for fraud detection.
https://fingerprint.com
MIT License
61 stars 4 forks source link

Migrate to reusable workflows #91

Closed ilfa closed 1 year ago

github-actions[bot] commented 1 year ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
πŸ”΄ Statements
42.4% (-2.22% πŸ”»)
53/125
πŸ”΄ Branches
22.22% (-2.1% πŸ”»)
8/36
πŸ”΄ Functions
42.5% (-4.01% πŸ”»)
17/40
πŸ”΄ Lines
40.5% (-1.9% πŸ”»)
49/121
Show new covered files 🐣
|
St.:grey_question:
| File | Statements | Branches | Functions | Lines | | :----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------- | :--------- | :------- | :-------- | :----- | | πŸ”΄ | errors.ts | 16% | 11.11% | 16% | 16% | | πŸ”΄ | FingerprintJsProAgent.ts | 50% | 40% | 66.67% | 50% | | 🟑 | FingerprintJsProContext.ts | 75% | 100% | 0% | 75% | | 🟒 | FingerprintJsProProvider.tsx | 93.33% | 50% | 100% | 93.33% | | 🟒 | useVisitorData.ts | 100% | 100% | 100% | 100% | | 🟒 | index.ts | 100% | 100% | 100% | 100% | | 🟒 | types.ts | 100% | 100% | 100% | 100% |

Test suite run success

10 tests passing in 3 suites.

Report generated by πŸ§ͺjest coverage report action from 0a94c57f61a26f2424f14d4b9e1411d95d995f2e

Show full coverage report St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|------------------------------|---------|----------|---------|---------|----------------------------------------- πŸ”΄|All files | 42.4 | 22.22 | 42.5 | 40.49 | 🟑| [FingerprintJsProAgent.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProAgent.ts)| 50 | 40 | 66.66 | 50 |[22-39](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProAgent.ts#L22-L39),[69](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProAgent.ts#L69) 🟑| [FingerprintJsProContext.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProContext.ts)| 75 | 100 | 0 | 75 |[5](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProContext.ts#L5) 🟒| [FingerprintJsProProvider.tsx](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProProvider.tsx)| 93.33 | 50 | 100 | 93.33 |[43](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/FingerprintJsProProvider.tsx#L43) πŸ”΄| [errors.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts)| 16 | 11.11 | 16 | 16 |[8-33](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L8-L33),[56-249](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L56-L249),[272-273](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L272-L273),[319-323](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L319-L323),[330-364](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L330-L364),[368](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/errors.ts#L368) πŸ”΄| [index.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/index.ts)| 0 | 0 | 0 | 0 | πŸ”΄| [types.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/types.ts)| 0 | 0 | 0 | 0 | 🟒| [useVisitorData.ts](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/blob/2bd3a9ab4e6d3e674b97a681a1bc80f001b35ffd/src/useVisitorData.ts)| 100 | 100 | 100 | 100 |
github-actions[bot] commented 1 year ago

This PR will not create a new release :rocket:

ilfa commented 1 year ago

:tada: This PR is included in version 2.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: