Closed vpapanasta closed 6 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
In this change, I am setting
secrets.OPENAI_KEY
as an environment variable that we can use in tests. Also, I am adding some tests to increase code coverage in openAIChat. One test of these uses the secret OPENAI_KEY, and it was added to check that we can use the key.