microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.42k stars 2.13k forks source link

Enable code coverage measurement for tests #948

Closed abhahn closed 4 days ago

abhahn commented 1 week ago

Motivation and Context

We have a need for increased test coverage. For now, I'm adding changes to measure the coverage only, but will create a second PR in the future to create a status check which will fail at a TBD threshold.

Description

Contribution Checklist