fingerprintjs / fingerprintjs-pro-server-api-node-sdk

Node.js wrapper for FingerprintJS Server API
https://dev.fingerprintjs.com/docs/server-api
MIT License
18 stars 3 forks source link

ci: migrate to reusable workflows #82

Closed TheUnderScorer closed 11 months ago

github-actions[bot] commented 11 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 95.4% 83/87
🟒 Branches 89.74% 70/78
🟒 Functions 100% 20/20
🟒 Lines 95.4% 83/87

Test suite run success

58 tests passing in 7 suites.

Report generated by πŸ§ͺjest coverage report action from 246a0ad21aec8c87fb9c4cf5eaf4f32739f44eff

Show full coverage report St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|--------------------|---------|----------|---------|---------|------------------- 🟒|All files | 95.4 | 89.74 | 100 | 95.4 | 🟒| [index.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/index.ts)| 100 | 100 | 100 | 100 | 🟒| [serverApiClient.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/serverApiClient.ts)| 91.11 | 82.75 | 100 | 91.11 |[32](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/serverApiClient.ts#L32),[36](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/serverApiClient.ts#L36),[47](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/serverApiClient.ts#L47),[91](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/serverApiClient.ts#L91) 🟒| [types.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/types.ts)| 100 | 93.02 | 100 | 100 |[65](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/types.ts#L65),[90](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/types.ts#L90),[93](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/types.ts#L93) 🟒| [urlUtils.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/02f9de43e095fa0c724cd914f9c982a91fc37f75/src/urlUtils.ts)| 100 | 100 | 100 | 100 |
ilfa commented 11 months ago

Let's add this new workflow for functional tests in this pr

ilfa commented 11 months ago

We can replace build step with reusable workflow

github-actions[bot] commented 11 months ago

This PR will create a patch release :rocket:

2.3.1 (2023-08-30)

Build System

ilfa commented 10 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: