Closed snopoke closed 1 week ago
Attention: Patch coverage is 83.33333%
with 4 lines
in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
apps/assistants/sync.py | 85.71% | 2 Missing :warning: |
apps/teams/models.py | 77.77% | 2 Missing :warning: |
:loudspeaker: Thoughts on this report? Let us know!
Description
This will create versions for all experiments in the team (that don't already have versions) and add the team to the feature flag.
It will stop if there are any errors unless the
continue-on-error
flag is set.Use
--force
to run this for a team that already has the feature flag enabled.Bonus
When I ran this locally it gave some errors when syncing tools to OpenAI. This was caused by a change I made recently to use 'strict' mode which some of our tools don't support. For now I've disabled strict mode if the tool doesn't support it.