Closed anandani4136 closed 1 year ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 67.98% (+24.17% 🔼) |
363/534 |
🔴 | Branches | 6.82% | 3/44 |
🔴 | Functions | 28.99% (+6.13% 🔼) |
20/69 |
🟡 | Lines | 64.78% (+22.9% 🔼) |
309/477 |
14 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from e06d536e3c7c6450d76610cc5b4cfedddade9339
This commit adds multiple changes, including:
• Migrating the parameter setup for the Event Pass function from the Wallet Controller to the Wallet Service • Added a call to Wallet Service in
POST /attendee
, including the Pass URL in the response of the endpoint • Added a call to Wallet Service in the/auth/me
endpoint, including the Pass URL in the response of the endpoint • Added general formatting withyarn format