ReflectionsProjections / rp-api-2023

Core Backend API Layer for Reflections | Projections 2023, powered by Nest.js
MIT License
0 stars 0 forks source link

Override AuthGuard for AttendeeController tests #27

Closed xuxey closed 1 year ago

xuxey commented 1 year ago

This PR overrides AuthGuard in attendee.controller.spec.ts. This was not caught previously due to differing git histories from the initial testing branch, and caused the test to fail.

xuxey commented 1 year ago

@samyakjain11 feel free to merge this if approved

github-actions[bot] commented 1 year ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟑 Statements
68.38% (+36.07% πŸ”Ό)
292/427
πŸ”΄ Branches
7.5% (+5% πŸ”Ό)
3/40
πŸ”΄ Functions
30.51% (+11.86% πŸ”Ό)
18/59
🟑 Lines
64.89% (+34.04% πŸ”Ό)
244/376

Test suite run success

12 tests passing in 10 suites.

Report generated by πŸ§ͺjest coverage report action from 003f22a91e89baaf0bdffff4f75896a3dd67c4be

xuxey commented 1 year ago

Merging this since this is blocking AttendeeController testing