Closed akx closed 1 year ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
b66bea8
) 97.37% compared to head (c9df45e
) 97.43%.
Files | Patch % | Lines |
---|---|---|
src/dynamicprompts/generators/magicprompt.py | 83.33% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR speeds up CI for the project at the expense of not downloading the
transformers
dependency.We never used the dependency anyway, since the tests always mock the generator...